Skip to content

handle nil value in ExitError()#164

Merged
martialblog merged 1 commit into
NETWAYS:mainfrom
christoph2497:fix/handle_nil_in_exit_error
Jun 29, 2026
Merged

handle nil value in ExitError()#164
martialblog merged 1 commit into
NETWAYS:mainfrom
christoph2497:fix/handle_nil_in_exit_error

Conversation

@christoph2497

Copy link
Copy Markdown
Member

This PR handles graceful exit when nil is passed in the ExitError() function

Fixes #163

@christoph2497 christoph2497 force-pushed the fix/handle_nil_in_exit_error branch from 99f5b94 to f762ff4 Compare June 29, 2026 12:34
@martialblog martialblog self-assigned this Jun 29, 2026
@martialblog martialblog added this to the v1.0.0 milestone Jun 29, 2026
@christoph2497 christoph2497 force-pushed the fix/handle_nil_in_exit_error branch 2 times, most recently from c512d25 to 4099ad5 Compare June 29, 2026 12:59
Comment thread exit.go Outdated
@christoph2497 christoph2497 force-pushed the fix/handle_nil_in_exit_error branch from 4099ad5 to 61bc17f Compare June 29, 2026 13:14
@christoph2497 christoph2497 force-pushed the fix/handle_nil_in_exit_error branch from 61bc17f to 0ca5330 Compare June 29, 2026 13:21
@martialblog martialblog merged commit 1ed1cb4 into NETWAYS:main Jun 29, 2026
2 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.

ExitError panics when nil is passed

2 participants