Skip to content

duck: don't silently fail when a command throws an exception

John C. Allwein requested to merge johnnyapol/slithering-duck:cmd_exc into master

Currently the duck will just attempt to reply and just "die" when a command throws an exception. Notify the issuer that it indeed did fail and was logged.

Merge request reports