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 77880ab commit 3d573d5Copy full SHA for 3d573d5
Tools/wasm/emscripten/__main__.py
@@ -276,7 +276,7 @@ def configure_emscripten_python(context, working_dir):
276
# We compute our own path, not following symlinks and pass it in so that
277
# node_entry.mjs can set sys.executable correctly.
278
# Intentionally allow word splitting on NODEFLAGS.
279
- exec {host_runner} $NODEFLAGS $ARGS {node_entry} --this-program="$($REALPATH "$0")" "$@"
+ exec {host_runner} $NODEFLAGS $ARGS {node_entry} --this-program="$($REALPATH "$0")" "$@"
280
"""
281
)
282
0 commit comments