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) } +