Debugging for relations purging error that won't get cut off
This commit is contained in:
parent
8490871108
commit
a688d9ab00
1 changed files with 4 additions and 1 deletions
|
@ -248,7 +248,10 @@ Zotero.Relations = new function () {
|
|||
}
|
||||
catch (e) {
|
||||
Zotero.debug(e);
|
||||
Zotero.debug(Zotero.DB.query("SELECT * FROM relations"));
|
||||
var rels = Zotero.DB.query("SELECT * FROM relations");
|
||||
for each (let rel in rels) {
|
||||
Zotero.debug(rel);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue