We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e79633 commit 6d6d85cCopy full SHA for 6d6d85c
test/test_other.py
@@ -9001,7 +9001,7 @@ def test_exceptions_stack_trace_and_message(self):
9001
@with_all_eh_sjlj
9002
def test_exceptions_rethrow_stack_trace_and_message(self):
9003
self.emcc_args += ['-g']
9004
- if '-fwasm-excpeptions' in self.emcc_args:
+ if '-fwasm-exceptions' in self.emcc_args:
9005
# FIXME Node v18.13 (LTS as of Jan 2023) has not yet implemented the new
9006
# optional 'traceStack' option in WebAssembly.Exception constructor
9007
# (https://developer.mozilla.org/en-US/docs/WebAssembly/JavaScript_interface/Exception/Exception)
0 commit comments