From 49045c39c7c083ff3c33b51a52c44332002ba259 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Tue, 13 Jul 2021 10:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5ts=E8=84=9A=E6=9C=AC=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/task.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/task.sh b/shell/task.sh index ce2c3c98..3041d6fd 100755 --- a/shell/task.sh +++ b/shell/task.sh @@ -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