From 24ee3063c2e2bb4d677b25f210a3f79d7eb8472b Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=93=8B=20installer.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/nativeInstaller/installer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/nativeInstaller/installer.ts b/src/utils/nativeInstaller/installer.ts index 3a3b770..680613e 100644 --- a/src/utils/nativeInstaller/installer.ts +++ b/src/utils/nativeInstaller/installer.ts @@ -1706,3 +1706,4 @@ export async function cleanupNpmInstallations(): Promise<{ return { removed, errors, warnings } } +