From 6cc513cab3f4dd12adc781d976d72b866e49bbff Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=AA=90=20execSyncWrapper.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/execSyncWrapper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/execSyncWrapper.ts b/src/utils/execSyncWrapper.ts index 38f9967..e68a033 100644 --- a/src/utils/execSyncWrapper.ts +++ b/src/utils/execSyncWrapper.ts @@ -36,3 +36,4 @@ export function execSync_DEPRECATED( using _ = slowLogging`execSync: ${command.slice(0, 100)}` return nodeExecSync(command, options) } +