Log translatorID and lastUpdated timestamp when parsing translators
This commit is contained in:
parent
492a0d1cd6
commit
c05025f4b1
1 changed files with 2 additions and 1 deletions
|
@ -1528,7 +1528,8 @@ Zotero.Translate.Base.prototype = {
|
|||
this._aborted = false;
|
||||
this.saveQueue = [];
|
||||
|
||||
Zotero.debug("Translate: Parsing code for "+translator.label, 4);
|
||||
Zotero.debug("Translate: Parsing code for " + translator.label + " "
|
||||
+ "(" + translator.translatorID + ", " + translator.lastUpdated + ")", 4);
|
||||
|
||||
try {
|
||||
this._sandboxManager.eval("var exports = {}, ZOTERO_TRANSLATOR_INFO = "+translator.code,
|
||||
|
|
Loading…
Add table
Reference in a new issue