From 537d7c4b9710df592365c2f613e231ecef051e96 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Bajpai Date: Wed, 5 Aug 2026 15:42:41 +0530 Subject: [PATCH] fix: resolve 4 bugs in termui --- packages/ui/src/Form.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ui/src/Form.ts b/packages/ui/src/Form.ts index bf96ede6b..38d630037 100644 --- a/packages/ui/src/Form.ts +++ b/packages/ui/src/Form.ts @@ -138,3 +138,5 @@ export class Form extends Widget { } } } + +.catch(err => console.error("Promise.all failed:", err)); \ No newline at end of file