Provide normal error if command raises exception
[mudpy.git] / mudpy / misc.py
index f99fac3..63e4df4 100644 (file)
@@ -1911,6 +1911,7 @@ def handler_active(user):
                         'exception...\n%s' % (
                             input_data, actor.owner.account.get("name"),
                             traceback.format_exc()))
+                    mudpy.command.error(actor, input_data)
 
         # if the command was not run, give an error
         if not ran: