"Caching" → "Cached" in CSL.Engine cache debug line to clarify timing
This commit is contained in:
parent
cf91d62e59
commit
1cf03e6f45
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ Zotero.Style.prototype.getCiteProc = function(locale, format, automaticJournalAb
|
|||
// Cache the Engine instance if allowed
|
||||
if (cacheKey) {
|
||||
this._cachedEngines.set(cacheKey, citeproc);
|
||||
Zotero.debug(`Caching ${engineDesc}.Engine instance with ${cacheKey} for ${this.styleID}`);
|
||||
Zotero.debug(`Cached ${engineDesc}.Engine instance with ${cacheKey} for ${this.styleID}`);
|
||||
}
|
||||
|
||||
return citeproc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue