From ac0730e4f208484ed20ec42c5d167f8d405cd386 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9D=87=EF=B8=8F=20shellQuote.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/bash/shellQuote.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/bash/shellQuote.ts b/src/utils/bash/shellQuote.ts index 771f129..0daee49 100644 --- a/src/utils/bash/shellQuote.ts +++ b/src/utils/bash/shellQuote.ts @@ -302,3 +302,4 @@ export function quote(args: ReadonlyArray): string { throw new Error('Failed to quote shell arguments safely') } } +