We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd9778 commit d3e8476Copy full SHA for d3e8476
tool/runwasi
@@ -13,5 +13,5 @@ if [ "$exitcode" -eq 0 ]; then
13
fi
14
15
CURRENT=$(cd "$(dirname "$0")";pwd)
16
-npx node ${option} --no-warnings=ExperimentalWarning "${CURRENT}/runwasi.js" "$@"
+node ${option} --no-warnings=ExperimentalWarning "${CURRENT}/runwasi.js" "$@"
17
exit "$?"
0 commit comments