diff --git a/chrome/content/zotero/xpcom/debug.js b/chrome/content/zotero/xpcom/debug.js index 963d7903f..9d22d1ba6 100644 --- 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" +