More file sync debugging

This commit is contained in:
Dan Stillman 2012-02-22 20:13:20 -05:00
parent d13af7ca3e
commit 438e122cc8

View File

@ -1230,6 +1230,7 @@ Zotero.Sync.Storage = new function () {
zipReader.extract(entryName, destFile);
}
catch (e) {
Zotero.debug(destFile.path);
Zotero.File.checkFileAccessError(e, destFile, 'create');
}