conkeror: interactive_error is not defined

This commit is contained in:
Tom Willemsen 2013-02-13 09:09:38 +01:00
parent a880a719e5
commit ff2cfc8292

View file

@ -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(''));