Skip to content

Commit 4651b57

Browse files
committed
Merge with cancellation rework
1 parent 132c1e3 commit 4651b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/Dispatched.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ internal abstract class DispatchedTask<in T>(
270270
val cause = exception ?: finallyException
271271
val reason = CoroutinesInternalError("Fatal exception in coroutines machinery for $this. " +
272272
"Please read KDoc to 'handleFatalException' method and report this incident to maintainers", cause!!)
273-
handleExceptionViaHandler(this.delegate.context, reason)
273+
handleCoroutineException(this.delegate.context, reason)
274274
}
275275
}
276276

0 commit comments

Comments
 (0)