mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
24eca2e50b
Since Fiber#to_s did not include location information before #6105, when location information cannot be retrieved for terminated fibers, instead of meaningless information such as "(unknown):0", we omit positional information altogether for terminated fibers; ref #6111