Skip to content

Commit ddee90b

Browse files
committed
~cleanup
1 parent 2b52701 commit ddee90b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kotlinx-coroutines-core/jvm/src/debug/AgentPremain.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ internal object AgentPremain {
3636
protectionDomain: ProtectionDomain,
3737
classfileBuffer: ByteArray?
3838
): ByteArray? {
39-
val name = className.replace("/", ".")
40-
if (name != "kotlin.coroutines.jvm.internal.DebugProbesKt") {
39+
if (className != "kotlin/coroutines/jvm/internal/DebugProbesKt") {
4140
return null
4241
}
4342
/*

0 commit comments

Comments
 (0)