diff --git a/chrome/content/zotero/preferences/preferences_advanced.js b/chrome/content/zotero/preferences/preferences_advanced.js index 315a69bb48..1891b4a7f1 100644 --- a/chrome/content/zotero/preferences/preferences_advanced.js +++ b/chrome/content/zotero/preferences/preferences_advanced.js @@ -637,6 +637,7 @@ Zotero_Preferences.Attachment_Base_Directory = { // don't touch the attachment, since it will continue to work if (relPath) { if (yield IOUtils.exists(PathUtils.joinRelative(basePath, relPath))) { + Zotero.debug(`${relPath} found within new base path -- skipping`); numNewAttachments++; continue; }