mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +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
|
||||
|
||||
CODE=$(sed 's/ts$/js/' <<<"$1")
|
||||
CODE=$1.js
|
||||
shift
|
||||
|
||||
node $CODE "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue