Restore diagnostic info in error reports (broken by 59f534d56
)
This commit is contained in:
parent
fb15c9a37c
commit
a2b7f086d7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
var continueButton = wizard.getButton('next');
|
||||
continueButton.disabled = true;
|
||||
|
||||
var diagnosticInfo = yield Zotero.getSystemInfo();
|
||||
diagnosticInfo = yield Zotero.getSystemInfo();
|
||||
var errorDataText = errorData.length
|
||||
? data.errorData.join('\n\n')
|
||||
: Zotero.getString('errorReport.noErrorsLogged', Zotero.appName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue