Closed
Description
mruby
$ bin/mruby -e '1.times{raise}'
trace (most recent call last):
[2] -e:1
[1] mrblib/numeric.rb:77:in times
-e:1:in call: RuntimeError
Ruby
$ ruby -e '1.times{raise}'
Traceback (most recent call last):
2: from -e:1:in `<main>'
1: from -e:1:in `times'
-e:1:in `block in <main>': unhandled exception
Metadata
Metadata
Assignees
Labels
No labels