We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f1dbb commit 9555d49Copy full SHA for 9555d49
src/main/kotlin/com/vk/admstorm/utils/MySshUtils.kt
@@ -113,10 +113,9 @@ object MySshUtils {
113
}
114
115
private fun handleSshException(project: Project, ex: Exception) {
116
- val message =
117
- "${ex.message}<br> Plugin can try to automatically reset the Yubikey or you can do it yourself with ${
+ val message = "${ex.message}<br>" +
+ "Plugin can try to automatically reset the Yubikey or you can do it yourself with " +
118
code("ssh-agent")
119
- }"
120
121
AdmWarningNotification(message)
122
.withTitle("SSH connection lost")
0 commit comments