忽略ts脚本语法检查

This commit is contained in:
hanhh 2021-07-13 10:53:17 +08:00
parent 90f005884f
commit 9076017b24

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