Skip to content

Commit a4c5d68

Browse files
committed
chore: version bump
1 parent 0d22ed4 commit a4c5d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/jvm/src/main/kotlin/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fun virtualThreads() {
6161
check(states[Subtask.State.UNAVAILABLE]?.size == 40)
6262

6363
StructuredTaskScope.ShutdownOnFailure().use {
64-
val task = it.fork { "Virtual thread on ${Lang("Kotlin")} ${platform().name} !" }
64+
val task = it.fork { "Virtual thread on ${Lang("Kotlin")} ${platform.name} !" }
6565
it.join().throwIfFailed()
6666
log.info { task.get() }
6767
}

0 commit comments

Comments
 (0)