commands.ts

This commit is contained in:
nirholas
2026-03-31 10:24:11 +00:00
parent 39d753f18a
commit 4b1c76601f

View File

@@ -1337,3 +1337,4 @@ function reconstructCommand(kept: ParseEntry[], originalCmd: string): string {
return result.trim() || originalCmd
}