diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index b04e7918d..1c71bbfea 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -1075,7 +1075,7 @@ Zotero.Sync.Storage = new function () { } Zotero.debug(e); Zotero.debug(e.toString()); - throw new Error("Error " + e.operation + " " + nsIFile.path); + throw new Error("Error for operation '" + e.operation + "' for " + nsIFile.path); } throw e;