More zipDirectory() test debugging
This commit is contained in:
parent
94e0e8b752
commit
4d516c68bf
|
@ -733,6 +733,8 @@ Zotero.File = new function(){
|
||||||
try {
|
try {
|
||||||
iterator = new OS.File.DirectoryIterator(path);
|
iterator = new OS.File.DirectoryIterator(path);
|
||||||
yield iterator.forEach(Zotero.Promise.coroutine(function* (entry) {
|
yield iterator.forEach(Zotero.Promise.coroutine(function* (entry) {
|
||||||
|
Zotero.debug(entry);
|
||||||
|
|
||||||
if (entry.isSymLink) {
|
if (entry.isSymLink) {
|
||||||
Zotero.debug("Skipping symlink " + entry.name);
|
Zotero.debug("Skipping symlink " + entry.name);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user