Generalize error processing on daemon connection, attempt to fix #EA-82064 again
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ object KotlinCompilerClient {
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (e: Exception) {
|
||||
catch (e: Throwable) {
|
||||
reportingTargets.report(DaemonReportCategory.EXCEPTION, e.toString())
|
||||
}
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user