From 78592679574bd224f7afd1098ef989c7b179d2af 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=8C=8F=20execFileNoThrow.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/execFileNoThrow.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/execFileNoThrow.ts b/src/utils/execFileNoThrow.ts index c21a6f0..b59aa4e 100644 --- a/src/utils/execFileNoThrow.ts +++ b/src/utils/execFileNoThrow.ts @@ -148,3 +148,4 @@ export function execFileNoThrowWithCwd( }) }) } +