diff --git a/chrome/content/zotero/xpcom/file.js b/chrome/content/zotero/xpcom/file.js index 1298d3a3a..2fb8c10ca 100644 --- a/chrome/content/zotero/xpcom/file.js +++ b/chrome/content/zotero/xpcom/file.js @@ -733,6 +733,8 @@ Zotero.File = new function(){ try { iterator = new OS.File.DirectoryIterator(path); yield iterator.forEach(Zotero.Promise.coroutine(function* (entry) { + Zotero.debug(entry); + if (entry.isSymLink) { Zotero.debug("Skipping symlink " + entry.name); return;