Generalize error processing on daemon connection, attempt to fix #EA-82064 again

This commit is contained in:
Ilya Chernikov
2016-11-25 16:32:38 +01:00
parent c88b11aa27
commit 014e43e50a
@@ -86,7 +86,7 @@ object KotlinCompilerClient {
} }
} }
} }
catch (e: Exception) { catch (e: Throwable) {
reportingTargets.report(DaemonReportCategory.EXCEPTION, e.toString()) reportingTargets.report(DaemonReportCategory.EXCEPTION, e.toString())
} }
return null return null