aol / cyclops-integration

Home of the cyclops integration modules : support for Scala, Clojure, RxJava (1+2), Reactor, FunctionalJava, Guava, Dexx & Vavr
http://cyclops-react.io
MIT License
442 stars 51 forks source link

Different behaviour in withCatch & runWithCatch methods #292

Open Trimax opened 7 years ago

Trimax commented 7 years ago

Method runWithCatch prints stack trace: default

Method withCatch doesn't print it: default

Please remove printStackTrace method call from runWithCatch method

johnmcclean commented 7 years ago

Thanks @Trimax. Which version of cyclops does this bug occur on? (It is not present in the latest cyclops-react, but I would guess cyclops-try may have it?).

Thanks again!