aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ufuzz/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ufuzz/index.js b/test/ufuzz/index.js
index 64ea805c..b4059ea4 100644
--- a/test/ufuzz/index.js
+++ b/test/ufuzz/index.js
@@ -1232,7 +1232,7 @@ function patch_try_catch(orig, toplevel) {
if (typeof result != "object" || typeof result.name != "string" || typeof result.message != "string") {
if (!stack.filled && match[1]) stack.push({
code: code,
- index: index,
+ index: index && index - 1,
offset: offset,
tries: JSON.parse(JSON.stringify(tries)),
});