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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,8 @@ if (result) {
47
47
// no friendly explanation - show the original traceback as-is
48
48
}
49
49
50
-
// if the trace reports an unhelpful source location (eg. Pyodide runs code as "<exec>"), pass file explicitly to override what's parsed from the trace:
50
+
// if the trace reports an unhelpful source location (eg. Pyodide runs code
51
+
// as "<exec>"), pass file explicitly to override what's parsed from the trace:
0 commit comments