From 4829237cddaa78ea075cf82082a645d383bf86bc 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=A8=20=E2=9E=B0=20parser.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/bash/parser.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/bash/parser.ts b/src/utils/bash/parser.ts index c6851f1..931eab2 100644 --- a/src/utils/bash/parser.ts +++ b/src/utils/bash/parser.ts @@ -228,3 +228,4 @@ function stripQuotes(text: string): string { ? text.slice(1, -1) : text } +