Skip to content

Commit 427a1fd

Browse files
committed
AMMEND
1 parent 0b0bd81 commit 427a1fd

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
@@ -37,7 +37,7 @@ public actual fun CoroutineContext.newCoroutineContext(addedContext: CoroutineCo
3737
return this + addedContext
3838
}
3939

40-
// No debugging facilities on JS
40+
// No debugging facilities on Wasm
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()

0 commit comments

Comments
 (0)