From 99226f1b5dc58ddeb7b9d5de580825a8fe3234b9 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=B4=EF=B8=8F=20shellPrefix.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/bash/shellPrefix.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/bash/shellPrefix.ts b/src/utils/bash/shellPrefix.ts index 50d7be4..8407191 100644 --- a/src/utils/bash/shellPrefix.ts +++ b/src/utils/bash/shellPrefix.ts @@ -26,3 +26,4 @@ export function formatShellPrefixCommand( return `${quote([prefix])} ${quote([command])}` } } +