More zipDirectory debugging
This commit is contained in:
parent
62de330bef
commit
ec212119cc
1 changed files with 1 additions and 0 deletions
|
@ -734,6 +734,7 @@ Zotero.File = new function(){
|
|||
iterator = new OS.File.DirectoryIterator(path);
|
||||
yield iterator.forEach(Zotero.Promise.coroutine(function* (entry) {
|
||||
Zotero.debug(entry);
|
||||
Zotero.debug((yield OS.File.stat(entry.path)).isDir);
|
||||
|
||||
if (entry.isSymLink) {
|
||||
Zotero.debug("Skipping symlink " + entry.name);
|
||||
|
|
Loading…
Reference in a new issue