mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-02 07:03:25 +00:00
* fix(rln-relay): graceful shutdown with non-zero exit code * fix: missed args * fix: exception str Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> * fix: remove old comment --------- Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
2 lines
82 B
Nim
2 lines
82 B
Nim
type
|
|
OnFatalErrorHandler* = proc(errMsg: string) {.gcsafe, closure, raises: [].} |