summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-cmath
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2021-02-05 23:14:58 +0900
committerKOBAYASHI Shuji <[email protected]>2021-02-05 23:14:58 +0900
commit80965fe2d773d4a26bc9a89e5ea5d60c65d9e394 (patch)
tree6488713cdb4b9012e089a92f1d6ae6a27cd1155c /mrbgems/mruby-cmath
parent043fe9d9f5ab13063683881a981f24489d3f7335 (diff)
downloadmruby-80965fe2d773d4a26bc9a89e5ea5d60c65d9e394.tar.gz
mruby-80965fe2d773d4a26bc9a89e5ea5d60c65d9e394.zip
Fix message of `ThrowCatchJump` in `mruby-catch` gem
### Example ```ruby begin throw 1 rescue Exception => e puts e.message end ``` #### Before this patch: ```console $ bin/mruby example.rb uncaught throw :1 ``` #### After this patch (same as Ruby): ```console $ bin/mruby example.rb uncaught throw 1 ```
Diffstat (limited to 'mrbgems/mruby-cmath')
0 files changed, 0 insertions, 0 deletions