[Gradle, JS] Debug non test output

#KT-38109 fixed
This commit is contained in:
Ilya Goncharov
2020-04-14 18:19:18 +03:00
parent bd94387293
commit fb638c24f0
@@ -430,6 +430,7 @@ class KotlinKarma(override val compilation: KotlinJsCompilation) :
progressLogger.progress(value)
parseConsole(value, type)
super.printNonTestOutput(text, type)
}
private fun parseConsole(text: String, type: String?) {