mirror of
https://github.com/apple/pkl.git
synced 2026-03-21 08:39:09 +01:00
Revert error coloring (for development on dedicated branch) (#565)
This commit is contained in:
committed by
GitHub
parent
527d236ba4
commit
5cc2ea2d00
@@ -89,7 +89,6 @@ constructor(
|
||||
} catch (ex: Exception) {
|
||||
errWriter.appendLine("Error evaluating module ${moduleUri.path}:")
|
||||
errWriter.write(ex.message ?: "")
|
||||
errWriter.write(ex.stackTraceToString())
|
||||
if (moduleUri != sources.last()) {
|
||||
errWriter.appendLine()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user