mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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.