commit 4d516c68bfa6ce8f9e9be05953d92e41936a99f7
parent 94e0e8b752678e4a434493f01433022a7cf8686e
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 22 Jun 2016 06:52:20 -0400
More zipDirectory() test debugging
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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;