"Caching" → "Cached" in CSL.Engine cache debug line to clarify timing

This commit is contained in:
Dan Stillman 2025-08-07 01:10:19 -04:00
parent cf91d62e59
commit 1cf03e6f45

View file

@ -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;