report runtime process aborts correctly (#5285)
This commit is contained in:
@@ -300,7 +300,7 @@ function run_code_exec(code, toplevel, timeout) {
|
|||||||
details = vm.runInNewContext("(" + details + ")");
|
details = vm.runInNewContext("(" + details + ")");
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
} else if (!match) {
|
} else if (!match) {
|
||||||
new Error("Script execution aborted.");
|
return new Error("Script execution aborted.");
|
||||||
}
|
}
|
||||||
if (!match) return details;
|
if (!match) return details;
|
||||||
var ex = new global[match[1]](match[2]);
|
var ex = new global[match[1]](match[2]);
|
||||||
|
|||||||
Reference in New Issue
Block a user