Fix typescript
This commit is contained in:
parent
f2c91acbe6
commit
f8eb7053ed
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Put instructions to run the runtime
|
||||
|
||||
CODE=$(sed 's/ts$/js/' <<<"$1")
|
||||
CODE=$1.js
|
||||
shift
|
||||
|
||||
node $CODE "$@"
|
||||
|
|
Loading…
Reference in New Issue