From de5374c49ee79bb3dc6451ae8cc8567ea6b172e8 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 20 Dec 2025 01:53:20 +0000 Subject: [PATCH] feat: Add test comment to executor module Co-authored-by: emir --- apps/sim/executor/execution/executor.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/sim/executor/execution/executor.ts b/apps/sim/executor/execution/executor.ts index 8a2bf4fc9a..f9dd1e7a91 100644 --- a/apps/sim/executor/execution/executor.ts +++ b/apps/sim/executor/execution/executor.ts @@ -22,6 +22,10 @@ import type { SerializedWorkflow } from '@/serializer/types' const logger = createLogger('DAGExecutor') +/** + * Test comment for the executor module. + */ + export interface DAGExecutorOptions { workflow: SerializedWorkflow currentBlockStates?: Record