diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index c6b117a8e..e07f976d3 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -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'); }