Remove ls statement from runner.

This commit is contained in:
SamTV12345 2023-12-18 21:58:22 +01:00
parent 02b826cc76
commit d2ebb0689c

View file

@ -37,7 +37,5 @@ exit_code=$?
kill "$ep_pid" && wait "$ep_pid"
log "Done."
try cd "${MY_DIR}/../../../.."
try ls node_modules
exit "$exit_code"