mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 23:27:59 +01:00
Fix problem with last commit.
--HG-- branch : groups
This commit is contained in:
@@ -407,8 +407,8 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
this.loadScript("resource://dactyl-content/eval.js", context);
|
this.loadScript("resource://dactyl-content/eval.js", context);
|
||||||
if (context[EVAL_ERROR]) {
|
if (context[EVAL_ERROR]) {
|
||||||
try {
|
try {
|
||||||
context[EVAL_ERROR].fileName = context.file;
|
context[EVAL_ERROR].fileName = info.file;
|
||||||
context[EVAL_ERROR].lineNumber += context.line;
|
context[EVAL_ERROR].lineNumber += info.line;
|
||||||
}
|
}
|
||||||
catch (e) {}
|
catch (e) {}
|
||||||
throw context[EVAL_ERROR];
|
throw context[EVAL_ERROR];
|
||||||
|
|||||||
Reference in New Issue
Block a user