Newer version of kernel.js suppressing stdout?
golmansax opened this issue · comments
Holman Gao commented
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!