aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-09-13 20:17:09 +0200
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-09-13 20:17:09 +0200
commit3e28061421af28fda9e193f3758475c442d91893 (patch)
tree69505274318c43afb11282deb573310db3044446
parent26b786d9857db21fdf110eaf9cb6d1d6e4e68ef9 (diff)
added issue
-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`.