Log connection problems during fetching release date
This commit is contained in:
@@ -96,7 +96,7 @@ class KotlinReportSubmitter : ITNReporterCompat() {
|
|||||||
null
|
null
|
||||||
)
|
)
|
||||||
} catch (e: IOException) {
|
} catch (e: IOException) {
|
||||||
// Do not report connection problems
|
LOG.warn(e)
|
||||||
null
|
null
|
||||||
} catch (e: KotlinPluginUpdater.Companion.ResponseParseException) {
|
} catch (e: KotlinPluginUpdater.Companion.ResponseParseException) {
|
||||||
// Exception won't be shown, but will be logged
|
// Exception won't be shown, but will be logged
|
||||||
|
|||||||
Reference in New Issue
Block a user