aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-13 09:09:38 +0100
committerGravatar Tom Willemsen2013-02-13 09:09:38 +0100
commitff2cfc829262897cdbc786ee4c2b967342e889e2 (patch)
treec1352b7c69f32ecc11c66432301dcad910414254
parenta880a719e54c6f41657c57e67e49b1c2dde97792 (diff)
downloadmarkam-ff2cfc829262897cdbc786ee4c2b967342e889e2.tar.gz
markam-ff2cfc829262897cdbc786ee4c2b967342e889e2.zip
conkeror: interactive_error is not defined
-rw-r--r--conkeror/markam.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/conkeror/markam.js b/conkeror/markam.js
index f06b307..5e76702 100644
--- a/conkeror/markam.js
+++ b/conkeror/markam.js
@@ -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(''));