From 0cd9cf6fb86e6f112efc6960298dbb39ba2ad41c Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=B3=EF=B8=8F=20guards.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tasks/LocalShellTask/guards.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tasks/LocalShellTask/guards.ts b/src/tasks/LocalShellTask/guards.ts index 374e77b..13d8373 100644 --- a/src/tasks/LocalShellTask/guards.ts +++ b/src/tasks/LocalShellTask/guards.ts @@ -39,3 +39,4 @@ export function isLocalShellTask(task: unknown): task is LocalShellTaskState { task.type === 'local_bash' ) } +