summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 03:08:52 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 03:08:52 (EDT)
commit74f1abf97030d1799ebaf9790d50c003408bd0a3 (patch)
treec90853084f365a6ea02e66dea233360ed5165edc /TODO
parent9033d4b6b9b85ab3e502b376daf66ae566c026b6 (diff)
ob_error(): Make non-fatal
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4f8cfa3..a106267 100644
--- a/TODO
+++ b/TODO
@@ -41,8 +41,8 @@ Tasks
* In executables, print error (using `printf`) and exit if
`ob_set_text_domain()` fails.
* Make `set -e`.
- * Make `ob_error()` non-fatal and use in libopkbuild in places where functions
- return on error.
+ * Use `ob_error()` in libopkbuild in places where functions return on error.
+ * In executables, exit on errors.
Copyright
---------