We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e891b commit 9828494Copy full SHA for 9828494
Blink/Commands/mosh/mosh.swift
@@ -184,7 +184,7 @@ enum MoshError: Error, LocalizedError {
184
sequence = [UseMoshOnPath.staticMosh(),
185
InstallStaticMosh(onCancel: { [weak self] in self?.kill() }, logger: self.logger)]
186
} else {
187
- sequence = [UseMoshOnPath(path: moshClientParams.server)]
+ sequence = [UseMoshOnPath.staticMosh(), UseMoshOnPath(path: moshClientParams.server)]
188
}
189
190
let pty: SSH.SSHClient.PTY?
0 commit comments