aboutsummaryrefslogtreecommitdiffstats
path: root/conkeror
diff options
context:
space:
mode:
Diffstat (limited to 'conkeror')
-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(''));