From 047425874df1e88ddc55a04e884037cd75077ddd Mon Sep 17 00:00:00 2001 From: Luigi Ruocco Date: Wed, 19 Aug 2026 11:48:35 +0100 Subject: [PATCH] test cli hang --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 402cf4a..6467850 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,6 +11,7 @@ import type { Input } from './types.js'; import { isActorStandby } from './utils.js'; await Actor.init(); +// a bogus change Actor.on('migrating', () => { addTimeoutToAllResponses(60);