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 da938aa commit f8375b9Copy full SHA for f8375b9
test/test_other.py
@@ -8818,7 +8818,7 @@ def test_exceptions_stack_trace_and_message(self):
8818
'at (src.wasm.)?foo',
8819
'at (src.wasm.)?main']
8820
8821
- if '-fwasm-excpeptions' in self.emcc_args:
+ if '-fwasm-exceptions' in self.emcc_args:
8822
# FIXME Node v18.13 (LTS as of Jan 2023) has not yet implemented the new
8823
# optional 'traceStack' option in WebAssembly.Exception constructor
8824
# (https://developer.mozilla.org/en-US/docs/WebAssembly/JavaScript_interface/Exception/Exception)
0 commit comments