mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +02:00
Fix typescript
This commit is contained in:
parent
f2c91acbe6
commit
f8eb7053ed
1 changed files with 1 additions and 1 deletions
2
packages/typescript/4.2.3/run
vendored
2
packages/typescript/4.2.3/run
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue