From ff2cfc829262897cdbc786ee4c2b967342e889e2 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 13 Feb 2013 09:09:38 +0100 Subject: [PATCH] conkeror: interactive_error is not defined --- conkeror/markam.js | 3 +-- 1 file changed, 1 insertion(+), 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(''));