We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0c92d commit 4d369edCopy full SHA for 4d369ed
core/src/main/kotlin/com/tschuchort/compiletesting/KotlinCompilation.kt
@@ -580,7 +580,7 @@ class KotlinCompilation : AbstractKotlinCompilation<K2JVMCompilerArguments>() {
580
ExitCode.COMPILATION_ERROR
581
}
582
catch (e: Exception) {
583
- if(e is RuntimeException || e is IllegalArgumentException) {
+ if(e is RuntimeException) {
584
printDiagnostics()
585
error(e.toString())
586
return ExitCode.INTERNAL_ERROR
0 commit comments