dave / jsgo

GopherJS compiler, serving framework and CDN.
https://jsgo.io/<path>
MIT License
269 stars 11 forks source link

playground: print(ln) / stdout / stderr output #10

Closed hajimehoshi closed 6 years ago

hajimehoshi commented 6 years ago

Now the result of println is shown at the console, but there are mixed messages from the playground itself and from println. Could we have a separate space to show println messages?

Also, it'd be useful to have space showing stdout / stderr messages, but I don't know we really need this.

dave commented 6 years ago

This is fixed now.

hajimehoshi commented 6 years ago

Thank you!