diff options
-rw-r--r-- | todo/fix-handling-of-errors-[bug].md | 4 |
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. |