konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.55k stars 261 forks source link

Console output missing #851

Closed aloraps closed 7 months ago

aloraps commented 7 months ago

Hello, as of 0.10.0-dev-1, using System.out.println() or System.err.println() does not seem to output to the JS console.

konsoletyper commented 7 months ago

Can you provide more context? I can't reproduce on simple project.