mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
This change is necessary in the cases where we have global initialization issues that have no position, like: ``` [info] [error] scala.reflect.internal.MissingRequirementError: object scala in compiler mirror not found. ``` Before, it was failing with a `sys.error` exception. Now we will report these issues with a console reporter that is not meant to be thread-safe.