diff --git a/src/utils/bash/heredoc.ts b/src/utils/bash/heredoc.ts index f58b44b..a58ab85 100644 --- a/src/utils/bash/heredoc.ts +++ b/src/utils/bash/heredoc.ts @@ -731,3 +731,4 @@ export function restoreHeredocs( export function containsHeredoc(command: string): boolean { return HEREDOC_START_PATTERN.test(command) } +