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 b7884db commit 89e8ae6Copy full SHA for 89e8ae6
ci/emscripten-entry.sh
@@ -12,9 +12,11 @@
12
set -ex
13
14
# shellcheck disable=SC1091
15
-source /emsdk-portable/emsdk_env.sh &> /dev/null
+echo "IN EMSCRIPTEN ENTRY"
16
+source /emsdk-portable/emsdk_env.sh
17
18
# emsdk-portable provides a node binary, but we need version 8 to run wasm
19
export PATH="/node-v12.3.1-linux-x64/bin:$PATH"
20
21
+echo "RUNNING with PATH=$PATH"
22
exec "$@"
0 commit comments