We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36da0b3 commit 0b5fa63Copy full SHA for 0b5fa63
thread.c
@@ -3180,7 +3180,7 @@ rb_thread_to_s(VALUE thread)
3180
rb_str_catf(str, "@%"PRIsVALUE, target_th->name);
3181
}
3182
if ((loc = threadptr_invoke_proc_location(target_th)) != Qnil) {
3183
- rb_str_catf(str, "@%"PRIsVALUE":%"PRIsVALUE,
+ rb_str_catf(str, " %"PRIsVALUE":%"PRIsVALUE,
3184
RARRAY_AREF(loc, 0), RARRAY_AREF(loc, 1));
3185
rb_gc_force_recycle(loc);
3186
0 commit comments