From 3e28061421af28fda9e193f3758475c442d91893 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Mon, 13 Sep 2021 20:17:09 +0200 Subject: added issue --- issues/error-handling.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 issues/error-handling.md 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`. -- cgit v1.2.3