Browse Source

fix(entrypoint): correct file name

pull/2137/head
lee 9 months ago committed by LEEDASILVA
parent
commit
93135cc76e
  1. 2
      js/tests/entrypoint.sh

2
js/tests/entrypoint.sh

@ -3,7 +3,7 @@
set -e
if test "$CODE_EDITOR_RUN_ONLY" = true; then
node "./${EXERCISE}.sh" "$@"
node "${EXERCISE}.js" "$@"
exit
fi

Loading…
Cancel
Save