From ecd6c66750fbf71eb32eace2cc60ca2bbfcb5770 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 1 Jul 2024 03:51:37 -0400 Subject: [PATCH] Additional logging when changing linked attachment base directory --- chrome/content/zotero/preferences/preferences_advanced.js | 1 + 1 file changed, 1 insertion(+) 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; }