From 16777829b11239cae14ddaff19df84eb6609d46f Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8F=92=20promptShellExecution?= =?UTF-8?q?.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/promptShellExecution.ts | 1 + 1 file changed, 1 insertion(+) 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) } +