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