Don't output "exec() finished with..." error message
It's useless because the result of the compiler is always evident (it outputs either diagnostics or an exception stack trace)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
ERR:
|
||||
ERROR: [TestData]/hello.kt: (4, 5) Unresolved reference: a
|
||||
exec() finished with COMPILATION_ERROR return code
|
||||
|
||||
Return code: 1
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
|
||||
ERR:
|
||||
ERROR: [TestData]/test.kt: (4, 20) Expecting an element
|
||||
exec() finished with COMPILATION_ERROR return code
|
||||
|
||||
Return code: 1
|
||||
|
||||
Reference in New Issue
Block a user