Skip to content

Commit d733dc6

Browse files
committed
go
1 parent 2fa35d6 commit d733dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fuzz_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ def do_run(self, vm, js, wasm):
22232223
# must also remove the specific trap, as Binaryen can change
22242224
# that.
22252225
line = 'TRAP'
2226-
elif 'wasm://' in line or '(<anonymous>)' in line:
2226+
elif 'wasm://' in line or '(<anonymous>)' in line or line.startswith(' at '):
22272227
# This is part of a stack trace like
22282228
#
22292229
# at wasm://wasm/12345678:wasm-function[42]:0x123

0 commit comments

Comments
 (0)