bellard / quickjs

Public repository of the QuickJS Javascript Engine.
https://bellard.org/quickjs
Other
8.33k stars 867 forks source link

[stdlib] `console.log`/`print` does not flush `stdout` after calling `fwrite` #309

Open absop opened 4 months ago

absop commented 4 months ago

Since console.log does not flush stdout, the output cannot be read before qjs exits.