Fix (still) broken debug reporting for connectors (regression ef0d9afe8
)
This commit is contained in:
parent
7c25093ca2
commit
182b9a937b
|
@ -211,7 +211,7 @@ Zotero.Debug = new function () {
|
||||||
|
|
||||||
return Zotero.getSystemInfo().then(function(sysInfo) {
|
return Zotero.getSystemInfo().then(function(sysInfo) {
|
||||||
if (Zotero.isConnector) {
|
if (Zotero.isConnector) {
|
||||||
return Zotero.Error.getErrors().then(function(errors) {
|
return Zotero.Errors.getErrors().then(function(errors) {
|
||||||
return errors.join('\n\n') +
|
return errors.join('\n\n') +
|
||||||
"\n\n" + sysInfo + "\n\n" +
|
"\n\n" + sysInfo + "\n\n" +
|
||||||
"=========================================================\n\n" +
|
"=========================================================\n\n" +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user