From 54381da12ec54121245d675349580e7f2bcfb6c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=BF=E5=85=ADAhJi?= <93467279+AhJi26@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:21:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8shebang=E4=B8=AD=E6=B7=BB=E5=8A=A0-S?= =?UTF-8?q?=E6=A0=87=E5=BF=97=E4=BF=AE=E5=A4=8Denv=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E4=BC=A0=E9=80=92=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98=20(#129)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/fanyi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fanyi.js b/bin/fanyi.js index 1737300..f46e606 100755 --- a/bin/fanyi.js +++ b/bin/fanyi.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node --no-deprecation +#!/usr/bin/env -S node --no-deprecation const { Command } = require('commander'); const chalk = require('chalk');