Fix crash report location on Windows
This commit is contained in:
parent
26421b8c18
commit
1a313b88f8
3 changed files with 20 additions and 4 deletions
|
@ -436,6 +436,9 @@ try {
|
|||
const { addSensitivePath } = require('./ts/util/privacy');
|
||||
|
||||
addSensitivePath(window.baseAttachmentsPath);
|
||||
if (config.crashDumpsPath) {
|
||||
addSensitivePath(config.crashDumpsPath);
|
||||
}
|
||||
|
||||
window.Signal = Signal.setup({
|
||||
Attachments,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue