aboutsummaryrefslogtreecommitdiff
path: root/issues/error-handling.md
blob: afd04be41df9320a80f3cd2b4d02f39ffa63c4fe (plain)
1
2
3
4
5
# Error handling
- Some error messages are probably too verbose.  We should take a pass over this
and ensure that they are masked appropriately.  A production mode would be nice.
- For some reason our current error messages have one too many new lines.  In
other words, we want `Error: some text\n` and not `Error: some text\n\n`.