hyperstack-org / hyperstack-org/hyperstack
Errors raised in handlers, are not caught by rescues clause
Aperta
bug
- Lingua principale
- JavaScript
- Stelle
- 538
- Fork
- 41
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
huh
```ruby
after_render do # for example
raise "foo" if @raise_foo
end
rescues do
puts "caught you!" # <--- never gets here
@raise_foo = false
end
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.