plasma-umass / browsix

Browsix is a Unix-like operating system for the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newer version of kernel.js suppressing stdout?

golmansax opened this issue · comments

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!