diff options
author | Patrick 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) |
commit | 74f1abf97030d1799ebaf9790d50c003408bd0a3 (patch) | |
tree | c90853084f365a6ea02e66dea233360ed5165edc /TODO | |
parent | 9033d4b6b9b85ab3e502b376daf66ae566c026b6 (diff) |
ob_error(): Make non-fatal
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 --------- |