electron-17: fixed crashes directory menu templates issue

This commit is contained in:
Vishwas Shashidhar 2017-09-18 22:05:30 +05:30
parent 511d616e74
commit 01f1532fcc

View File

@ -68,7 +68,7 @@ const template = [{
},
{
label: 'Open Crashes Directory',
click() { electron.shell.showItemInFolder(crashReporter.getCrashDirectoryPath()); }
click() { electron.shell.showItemInFolder(electron.crashReporter.getCrashesDirectory()); }
},
{
type: 'separator'