aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--issues/error-handling.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/issues/error-handling.md b/issues/error-handling.md
new file mode 100644
index 0000000..afd04be
--- /dev/null
+++ b/issues/error-handling.md
@@ -0,0 +1,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`.