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 } +