Add extra newline between lines in error reports
This commit is contained in:
parent
f164fef3d2
commit
23e4e54c29
|
@ -33,7 +33,7 @@
|
|||
|
||||
Zotero.getSystemInfo(function(info) {
|
||||
var errorDataText = errorData.length
|
||||
? data.errorData.join('\n')
|
||||
? data.errorData.join('\n\n')
|
||||
: Zotero.getString('errorReport.noErrorsLogged', Zotero.appName);
|
||||
|
||||
diagnosticInfo = info;
|
||||
|
|
Loading…
Reference in New Issue
Block a user