28 May
2015
28 May
'15
6:14 p.m.
Vicente J. Botet Escriba wrote:
Without catch_error(), you need yet .then() as you want to be able to recover from errors in the same way.
I wasn't suggesting removing .then, just adding .next. It's useful when I need to perform the same action regardless of whether I got a value or an exception.