Fix debug output logging in the connector

This commit is contained in:
Simon Kornblith 2012-02-28 11:21:12 -05:00
parent a19786116d
commit d367382f39

View file

@ -153,10 +153,14 @@ Zotero.Debug = new function () {
}
}
if(Zotero.getErrors) {
return Zotero.getErrors(true).join('\n\n') +
"\n\n" + Zotero.getSystemInfo() + "\n\n" +
"=========================================================\n\n" +
output;
} else {
return output;
}
}