More zipDirectory() test debugging
This commit is contained in:
parent
94e0e8b752
commit
4d516c68bf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user