mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
avoid printing backtrace line with unknown place info
This commit is contained in:
@@ -202,6 +202,7 @@ showcallinfo(mrb_state *mrb)
|
||||
}
|
||||
}
|
||||
}
|
||||
if (line == -1) continue;
|
||||
if (ci->target_class == ci->proc->target_class)
|
||||
sep = ".";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user