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
The "source-map" library returns null for the original line/column in cases where we previously showed 0 and -1 for the line and column. It seems better to just omit it instead since 0 and -1 are not numbers encoded in the source map.
0 commit comments