Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overwrite Problem#rendered with None when source mapping occurs.
This commit is to improve Twirl's error message with Scala3. playframework/twirl#498 This pull request makes sbt ignore `Problem#rendered` passed from the compiler if source mapping is actually performed. Sbt will display the error message based on the `Position` transformed by source mapping. When the source mapping is not performed, the message in `Problem#rendered` is displayed as before.
- Loading branch information