mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修改 typescript execute
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ define_program() {
|
||||
elif [[ $file_param == *.sh ]]; then
|
||||
which_program="bash"
|
||||
elif [[ $file_param == *.ts ]]; then
|
||||
which_program="ts-node-transpile-only"
|
||||
which_program="tsx"
|
||||
else
|
||||
which_program=""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user