diff --git a/src/utils/promptShellExecution.ts b/src/utils/promptShellExecution.ts index 9426994..20c62cf 100644 --- a/src/utils/promptShellExecution.ts +++ b/src/utils/promptShellExecution.ts @@ -181,3 +181,4 @@ function formatBashError(e: unknown, pattern: string, inline = false): never { const formatted = inline ? `[Error: ${message}]` : `[Error]\n${message}` throw new MalformedCommandError(formatted) } +