mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
This change replaces calls to unwrap() function with "?" operator, propagating
error up the call stack. This way "chat foo" (for example) command results in
Error: invalid digit found in string
message instead of crashing whole repl.