diff options
| author | 2013-02-13 09:09:38 +0100 | |
|---|---|---|
| committer | 2013-02-13 09:09:38 +0100 | |
| commit | ff2cfc829262897cdbc786ee4c2b967342e889e2 (patch) | |
| tree | c1352b7c69f32ecc11c66432301dcad910414254 | |
| parent | a880a719e54c6f41657c57e67e49b1c2dde97792 (diff) | |
| download | markam-ff2cfc829262897cdbc786ee4c2b967342e889e2.tar.gz markam-ff2cfc829262897cdbc786ee4c2b967342e889e2.zip | |
conkeror: interactive_error is not defined
| -rw-r--r-- | conkeror/markam.js | 3 |
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('')); |
