Skip to content

fix(console): remove duplicate exit message on Ctrl+C#44

Merged
daltonnyx merged 1 commit into
saigontechnology:mainfrom
nqat2003:bugfix/fix-duplicate-exit-message
Jun 29, 2026
Merged

fix(console): remove duplicate exit message on Ctrl+C#44
daltonnyx merged 1 commit into
saigontechnology:mainfrom
nqat2003:bugfix/fix-duplicate-exit-message

Conversation

@nqat2003

Copy link
Copy Markdown
Contributor

The "Confirmed exit. Goodbye!" message was printed twice when exiting via double Ctrl+C - once in the key binding handler and again in the queue handler that receives the EXIT sentinel. Removed the print from the key binding handler since the queue handler already handles it.

The "Confirmed exit. Goodbye!" message was printed twice when exiting
via double Ctrl+C - once in the key binding handler and again in the
queue handler that receives the __EXIT__ sentinel. Removed the print
from the key binding handler since the queue handler already handles it.
@daltonnyx daltonnyx merged commit 5cea987 into saigontechnology:main Jun 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants