hack hack hack until pyterminal works also in workers

This commit is contained in:
Antonio Cuni
2023-09-29 19:09:20 +02:00
parent 1867b8b89f
commit eaf4da7c21
4 changed files with 18 additions and 41 deletions

View File

@@ -24,6 +24,9 @@
# XXX we have a problem with the error plugin: this line should
# just go to the terminal, NOT to the red box in the DOM
print("this goes to stderr", file=sys.stderr)
import code
code.interact()
</script>
<py-terminal></py-terminal>