Show actual error message as a string as well
This commit is contained in:
parent
5235dcfa9f
commit
7a34d09f58
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ Zotero.Translate.Base.prototype = {
|
|||
this._sandboxManager.eval("var translatorInfo = "+translator.code,
|
||||
["detect"+this._entryFunctionSuffix, "do"+this._entryFunctionSuffix, "exports"]);
|
||||
} catch(e) {
|
||||
this.complete(false, "Parse error");
|
||||
this.complete(false, "Parse error: "+e.toString());
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue