Skip to content

Commit 5a69fb4

Browse files
authored
chore: fix readme code / comment rendering
1 parent f2c2a3e commit 5a69fb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ if (result) {
4747
// no friendly explanation - show the original traceback as-is
4848
}
4949

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:
5152
const result = friendlyExplain({
5253
error: rawTracebackString,
5354
code: editorCode,

0 commit comments

Comments
 (0)