Fix debug output of objects, which I broke in da09a8df
This commit is contained in:
parent
226ec917a6
commit
39fc50913c
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ Zotero.Debug = new function () {
|
|||
break;
|
||||
}
|
||||
}
|
||||
else if (typeof message != 'string') {
|
||||
|
||||
if (typeof message != 'string') {
|
||||
message = Zotero.Utilities.varDump(message);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue