lml / lev

Ride the rails but don't touch them.
MIT License
2 stars 6 forks source link

Should failed! status be for any exception? #56

Open jpslav opened 7 years ago

jpslav commented 7 years ago

https://github.com/lml/lev/blob/master/lib/lev/routine.rb#L294 looks too limiting. Should status.failed! be right before raise e (and outside of the if block)?