Safely log when a command error cannot be sent
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 13 May 2019 19:22:24 +0000 (19:22 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 13 May 2019 19:39:50 +0000 (19:39 +0000)
commitf6f7c26e115c61153017b50660d0561f854a8e20
tree49f61d59ae054503bea90867e73d5315bb3126ad
parentedddf0499e537e611ac1b8de5d960ce13b434d3e
Safely log when a command error cannot be sent

If a command triggers an error back to the user and sending that
error raises an exception, log it and continue to avoid crashing the
engine.
mudpy/command.py