Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Scala.js toolchain logs in server-client mode #3196

Merged
merged 2 commits into from
Jun 4, 2024

Commits on Jun 3, 2024

  1. Fix Scala.js toolchain logs in server-client mode

    For some reason logging with `scala.Console` doesn't work with Scala.js
    linker, maybe it's related to some classpath issue.
    This works around the problem by using `System.out` instead, which works
    correctly.
    lolgab committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    743da1c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    3b7f556 View commit details
    Browse the repository at this point in the history