Skip to content

Commit

Permalink
Deafen SSH errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Alekseev committed Nov 30, 2021
1 parent 9c6a7ff commit 9468ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/SSHDeployer/SSHDeployer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public final class SSHDeployer: Deployer {
try deploy(pathToDeployable: pathToDeployable)
} catch {
log(destination, "Failed to deploy to this destination with error: \(error)")
throw error
}
}

Expand Down

0 comments on commit 9468ea2

Please sign in to comment.