Fix typescript

This commit is contained in:
Brikaa 2021-10-09 18:16:41 +02:00
parent f2c91acbe6
commit f8eb7053ed
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Put instructions to run the runtime
CODE=$(sed 's/ts$/js/' <<<"$1")
CODE=$1.js
shift
node $CODE "$@"