mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9644ad51b4
Instead of preserving a backtrace in `mrb_state`, `mrb_exc_set` keeps packed backtrace in an exception object. `#backtrace` unpacks it to an array of strings.