📝 ❎ heredoc.ts
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user