From c2eb0052a4f6a987941a2878d4ee0d3cebcf4d51 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=80=84=20dangerousCmdlets.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/powershell/dangerousCmdlets.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/powershell/dangerousCmdlets.ts b/src/utils/powershell/dangerousCmdlets.ts index a14905b..756af89 100644 --- a/src/utils/powershell/dangerousCmdlets.ts +++ b/src/utils/powershell/dangerousCmdlets.ts @@ -183,3 +183,4 @@ export const NEVER_SUGGEST: ReadonlySet = (() => { ]) return new Set([...core, ...aliasesOf(core)]) })() +