From b9e84f94a1f0d09889be9859a967677ffb212870 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=98=AF=EF=B8=8F=20shellToolUtils.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/shell/shellToolUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/shell/shellToolUtils.ts b/src/utils/shell/shellToolUtils.ts index 0de7503..a7268d0 100644 --- a/src/utils/shell/shellToolUtils.ts +++ b/src/utils/shell/shellToolUtils.ts @@ -20,3 +20,4 @@ export function isPowerShellToolEnabled(): boolean { ? !isEnvDefinedFalsy(process.env.CLAUDE_CODE_USE_POWERSHELL_TOOL) : isEnvTruthy(process.env.CLAUDE_CODE_USE_POWERSHELL_TOOL) } +