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 || "") }]);
|
{ input: async_binary_reader(function (s) error += s || "") }]);
|
||||||
|
|
||||||
if (result != 0 || error != "")
|
if (result != 0 || error != "")
|
||||||
throw new interactive_exception("result: " + result +
|
throw new Error("result: " + result + ", error: " + error);
|
||||||
", error: " + error);
|
|
||||||
else if (data != "") {
|
else if (data != "") {
|
||||||
data.split('').forEach(function (row) {
|
data.split('').forEach(function (row) {
|
||||||
ret.push(row.split(''));
|
ret.push(row.split(''));
|
||||||
|
|
Loading…
Reference in a new issue