Skip to content

Commit 419171b

Browse files
committed
fix await latch
1 parent 06d14fb commit 419171b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/analytics/BackendInfoHolder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class BackendInfoHolder : Disposable {
147147
val isConnectionException = ExceptionUtils.isAnyConnectionException(e)
148148

149149
if (!isConnectionException) {
150-
ErrorReporter.getInstance().reportError("BackendUtilsKt.isCentralized", e)
150+
ErrorReporter.getInstance().reportError("BackendUtilsKt.loadAboutInBackgroundNow", e)
151151
}
152152
}
153153
}

0 commit comments

Comments
 (0)