We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad542c4 commit ff4b2ceCopy full SHA for ff4b2ce
kotlinx-coroutines-core/jvm/src/debug/AgentPremain.kt
@@ -69,7 +69,7 @@ internal object AgentPremain {
69
}
70
71
} catch (t: Throwable) {
72
- System.err.println("Failed to install signal handler: $t")
+ // Do nothing, signal cannot be installed, e.g. because we are on Windows
73
74
75
0 commit comments