Restore diagnostic info in error reports (broken by 59f534d56)

This commit is contained in:
Dan Stillman 2016-10-25 03:15:32 -04:00
parent fb15c9a37c
commit a2b7f086d7

View file

@ -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);