commit 182b9a937bb180151d92d74b09f85798c60fa83d
parent 7c25093ca2286b39afe38d4a0a937ded444adc5e
Author: Adomas VenĨkauskas <adomas.ven@gmail.com>
Date: Fri, 3 Mar 2017 15:02:23 +0200
Fix (still) broken debug reporting for connectors (regression ef0d9afe8)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/debug.js b/chrome/content/zotero/xpcom/debug.js
@@ -211,7 +211,7 @@ Zotero.Debug = new function () {
return Zotero.getSystemInfo().then(function(sysInfo) {
if (Zotero.isConnector) {
- return Zotero.Error.getErrors().then(function(errors) {
+ return Zotero.Errors.getErrors().then(function(errors) {
return errors.join('\n\n') +
"\n\n" + sysInfo + "\n\n" +
"=========================================================\n\n" +