conkeror: interactive_error is not defined
This commit is contained in:
parent
a880a719e5
commit
ff2cfc8292
1 changed files with 1 additions and 2 deletions
|
@ -109,8 +109,7 @@ function markam_complete(input, pos, conservative)
|
|||
{ input: async_binary_reader(function (s) error += s || "") }]);
|
||||
|
||||
if (result != 0 || error != "")
|
||||
throw new interactive_exception("result: " + result +
|
||||
", error: " + error);
|
||||
throw new Error("result: " + result + ", error: " + error);
|
||||
else if (data != "") {
|
||||
data.split('').forEach(function (row) {
|
||||
ret.push(row.split(''));
|
||||
|
|
Loading…
Reference in a new issue