plasma-umass / browsix

Browsix is a Unix-like operating system for the browser.
Other
3.15k stars 181 forks source link

Newer version of kernel.js suppressing stdout? #48

Open golmansax opened 7 years ago

golmansax commented 7 years ago

When using lib-dist/lib/kernel.js from browsix@0.9.2, I am no longer seeing stdout updates. My project is a fork of the LaTeX demo, and I'm making a pdflatex call through kernel.system(cmd, runNext, onStdout, onStderr).

If it helps, I'd be happy to create a standalone demo to recreate the error. Thanks!