is there any operator in flow that allows me to ju...
# coroutines
j
is there any operator in flow that allows me to just log an error without having to do
catch { log(it) throw it}
? Something like
doOnError
?
j
thanks