We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 087be84 + 6672ba9 commit 3f051efCopy full SHA for 3f051ef
ide-common/src/main/kotlin/org/digma/intellij/plugin/auth/AuthManager.kt
@@ -511,10 +511,9 @@ class AuthManager(private val cs: CoroutineScope) : Disposable {
511
)
512
}
513
514
- } catch (ce: CancellationException) {
515
- throw ce
516
} catch (e: Throwable) {
517
Log.warnWithException(logger, e, "${coroutineContext[CoroutineName]} error in autoRefreshJob")
+ ErrorReporter.getInstance().reportError("AuthManager.autoRefreshJob", e)
518
519
520
0 commit comments