Hi <@U0A97FVU2>, one thing I don't like in Kovenan...
# kovenant
a
Hi @mplatvoet, one thing I don't like in Kovenant is how it swallow exceptions occurred it
task
and
then
bodies. If I don't add a
fail
callback to log an error, I will never know if something went wrong. What if we add an uncaught exception handler to
Context
and if there's no
fail
or
always
callback at the moment of reject we will call it?