☪️ powershellDetection.ts

This commit is contained in:
nirholas
2026-03-31 10:24:29 +00:00
parent 4dc9771d8b
commit 52fe23f03e

View File

@@ -105,3 +105,4 @@ export async function getPowerShellEdition(): Promise<PowerShellEdition | null>
export function resetPowerShellCache(): void {
cachedPowerShellPath = null
}