From 52fe23f03e9f55c04c2143956e85c782249f8425 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=AA=EF=B8=8F=20powershellDetection.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/shell/powershellDetection.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/shell/powershellDetection.ts b/src/utils/shell/powershellDetection.ts index acc3fb7..1ce6cdf 100644 --- a/src/utils/shell/powershellDetection.ts +++ b/src/utils/shell/powershellDetection.ts @@ -105,3 +105,4 @@ export async function getPowerShellEdition(): Promise export function resetPowerShellCache(): void { cachedPowerShellPath = null } +