mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Add user path to logging exceptions
This commit is contained in:
@@ -6,7 +6,7 @@ const electron = require('electron');
|
||||
const Errors = require('../js/modules/types/errors');
|
||||
|
||||
const { app, dialog, clipboard } = electron;
|
||||
const { redactAll } = require('../js/modules/privacy');
|
||||
const { redactAll } = require('../ts/util/privacy');
|
||||
|
||||
// We use hard-coded strings until we're able to update these strings from the locale.
|
||||
let quitText = 'Quit';
|
||||
|
||||
Reference in New Issue
Block a user