From 4b1c76601fcde388cf19ce560f41673b5dffa951 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=9D=8C=20commands.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/bash/commands.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/bash/commands.ts b/src/utils/bash/commands.ts index 8c2d0ef..7561a73 100644 --- a/src/utils/bash/commands.ts +++ b/src/utils/bash/commands.ts @@ -1337,3 +1337,4 @@ function reconstructCommand(kept: ParseEntry[], originalCmd: string): string { return result.trim() || originalCmd } +