Skip to content

Commit 89e8ae6

Browse files
committed
Add extra debug info in emscripten-entry.sh
1 parent b7884db commit 89e8ae6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/emscripten-entry.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
set -ex
1313

1414
# shellcheck disable=SC1091
15-
source /emsdk-portable/emsdk_env.sh &> /dev/null
15+
echo "IN EMSCRIPTEN ENTRY"
16+
source /emsdk-portable/emsdk_env.sh
1617

1718
# emsdk-portable provides a node binary, but we need version 8 to run wasm
1819
export PATH="/node-v12.3.1-linux-x64/bin:$PATH"
1920

21+
echo "RUNNING with PATH=$PATH"
2022
exec "$@"

0 commit comments

Comments
 (0)