Tweak error message for OS.File errors during file sync
This commit is contained in:
parent
c29720743a
commit
84c5a1bffa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue