aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2023-09-15 14:36:00 -0500
committerSlack Coder <slackcoder@server.ky>2023-09-15 14:37:03 -0500
commit847a8a89585bff25fce05445001adbbfea827e7f (patch)
tree27adf9e9aea8dbf3c36668db560276f79ed59aed
parentcf0e8b9d5a0d4c34d08374488c901451245bffee (diff)
downloadsend-over-http-todo.tar.xz
add fix-handling todotodo
-rw-r--r--todo/fix-handling-of-errors-[bug].md4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo/fix-handling-of-errors-[bug].md b/todo/fix-handling-of-errors-[bug].md
new file mode 100644
index 0000000..f05a03f
--- /dev/null
+++ b/todo/fix-handling-of-errors-[bug].md
@@ -0,0 +1,4 @@
+# Fix handling of errors
+
+The multi-runner appears badly implemented, errors should bubble up instead of
+rely on log.Fatal calls.