From 50179c2fa119e7be6bc96bce77a1097826220f55 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8E=B1=20useExitOnCtrlCDWithK?= =?UTF-8?q?eybindings.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useExitOnCtrlCDWithKeybindings.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/useExitOnCtrlCDWithKeybindings.ts b/src/hooks/useExitOnCtrlCDWithKeybindings.ts index 7f30f55..46db351 100644 --- a/src/hooks/useExitOnCtrlCDWithKeybindings.ts +++ b/src/hooks/useExitOnCtrlCDWithKeybindings.ts @@ -22,3 +22,4 @@ export function useExitOnCtrlCDWithKeybindings( ): ExitState { return useExitOnCtrlCD(useKeybindings, onInterrupt, onExit, isActive) } +