mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-10 23:06:34 +00:00
22026b7e89
* 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: [].} |