📝 heredoc.ts

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

View File

@@ -731,3 +731,4 @@ export function restoreHeredocs(
export function containsHeredoc(command: string): boolean { export function containsHeredoc(command: string): boolean {
return HEREDOC_START_PATTERN.test(command) return HEREDOC_START_PATTERN.test(command)
} }