忽略ts脚本语法检查

This commit is contained in:
hanhh
2021-07-13 10:53:17 +08:00
parent 52490bf320
commit 49045c39c7
+1 -1
View File
@@ -15,7 +15,7 @@ define_program() {
elif [[ $p1 == *.sh ]]; then
which_program="bash"
elif [[ $p1 == *.ts ]]; then
which_program="ts-node"
which_program="ts-node-transpile-only"
else
which_program=""
fi