scionaltera / agony-engine

A modern, web based, procedurally generated MUD.
https://agonyengine.com
MIT License
17 stars 5 forks source link

Better error reporting #129

Open scionaltera opened 6 years ago

scionaltera commented 6 years ago

Currently if a command throws an exception there is no feedback to the user about it. They don't even see a new prompt, so it's unclear what happened or why. We probably don't want to show the text of the exception, but we should at least show a message saying something like "Oops! Something went wrong!" and give them a new prompt so they know they can still type commands.