Revert "Add extra debug info in emscripten-entry.sh"

This reverts commit 89e8ae6ab9.
This commit is contained in:
Thomas Lively 2019-08-27 10:12:14 -07:00
parent 89e8ae6ab9
commit cd617d7881

View File

@ -12,11 +12,9 @@
set -ex
# shellcheck disable=SC1091
echo "IN EMSCRIPTEN ENTRY"
source /emsdk-portable/emsdk_env.sh
source /emsdk-portable/emsdk_env.sh &> /dev/null
# emsdk-portable provides a node binary, but we need version 8 to run wasm
export PATH="/node-v12.3.1-linux-x64/bin:$PATH"
echo "RUNNING with PATH=$PATH"
exec "$@"