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