Add extra newline between lines in error reports
This commit is contained in:
parent
f164fef3d2
commit
23e4e54c29
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
Zotero.getSystemInfo(function(info) {
|
Zotero.getSystemInfo(function(info) {
|
||||||
var errorDataText = errorData.length
|
var errorDataText = errorData.length
|
||||||
? data.errorData.join('\n')
|
? data.errorData.join('\n\n')
|
||||||
: Zotero.getString('errorReport.noErrorsLogged', Zotero.appName);
|
: Zotero.getString('errorReport.noErrorsLogged', Zotero.appName);
|
||||||
|
|
||||||
diagnosticInfo = info;
|
diagnosticInfo = info;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue