✨ 🏒 promptShellExecution.ts
This commit is contained in:
@@ -181,3 +181,4 @@ function formatBashError(e: unknown, pattern: string, inline = false): never {
|
|||||||
const formatted = inline ? `[Error: ${message}]` : `[Error]\n${message}`
|
const formatted = inline ? `[Error: ${message}]` : `[Error]\n${message}`
|
||||||
throw new MalformedCommandError(formatted)
|
throw new MalformedCommandError(formatted)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user