You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix how spans are rendered in the debug output. (#1168)
A while back, I did a big refactoring where each Chunk's split now
describes the line split before that Chunk's text instead of after.
When I did that, it looks like I didn't update how the debug output
draws spans.
Since this is only used for debugging the formatter, it doesn't affect
users. But it make for some very confusing debugging for me.
0 commit comments