mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 11:56:08 +08:00
忽略ts脚本语法检查
This commit is contained in:
parent
52490bf320
commit
49045c39c7
|
@ -15,7 +15,7 @@ define_program() {
|
||||||
elif [[ $p1 == *.sh ]]; then
|
elif [[ $p1 == *.sh ]]; then
|
||||||
which_program="bash"
|
which_program="bash"
|
||||||
elif [[ $p1 == *.ts ]]; then
|
elif [[ $p1 == *.ts ]]; then
|
||||||
which_program="ts-node"
|
which_program="ts-node-transpile-only"
|
||||||
else
|
else
|
||||||
which_program=""
|
which_program=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user