crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.39k stars 1.62k forks source link

Fix code example for `Process.on_terminate` #14798

Closed philipp-classen closed 3 months ago

philipp-classen commented 3 months ago

Small tweak to the example. Currently, it results in an exception:

terminating gracefully
Unhandled exception: Channel is closed (Channel::ClosedError)
...

Instead of

terminating gracefully
bye