Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 5, 2024
1 parent 0f25882 commit f36f79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyworker.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def interact():
else:
repl.push(line)
except BaseException as e:
sys.stderr.write(rerp(e))
sys.stderr.write(repr(e))
sys.stderr = Stderr()
Expand Down

0 comments on commit f36f79e

Please sign in to comment.