Skip to content

Commit 0b0bd81

Browse files
committed
AMMEND
1 parent c68f8b1 commit 0b0bd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/wasmJs/src/CoroutineContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public actual fun CoroutineContext.newCoroutineContext(addedContext: CoroutineCo
4141
internal actual inline fun <T> withCoroutineContext(context: CoroutineContext, countOrElement: Any?, block: () -> T): T = block()
4242
internal actual inline fun <T> withContinuationContext(continuation: Continuation<*>, countOrElement: Any?, block: () -> T): T = block()
4343
internal actual fun Continuation<*>.toDebugString(): String = toString()
44-
internal actual val CoroutineContext.coroutineName: String? get() = null // not supported on JS
44+
internal actual val CoroutineContext.coroutineName: String? get() = null // not supported on Wasm
4545

4646
internal actual class UndispatchedCoroutine<in T> actual constructor(
4747
context: CoroutineContext,

0 commit comments

Comments
 (0)