mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
Merge pull request #1088 from deployphp/analysis-qJbK7V
Apply fixes from StyleCI
This commit is contained in:
commit
ea2cb5aaee
@ -97,7 +97,6 @@ class NativeSsh implements ServerInterface
|
||||
if (0 !== $process->wait()) {
|
||||
throw new ProcessFailedException($process);
|
||||
}
|
||||
|
||||
} catch (ProcessFailedException $exception) {
|
||||
$errorMessage = \Deployer\isDebug() ? $exception->getMessage() : $process->getErrorOutput();
|
||||
throw new \RuntimeException($errorMessage);
|
||||
|
Loading…
x
Reference in New Issue
Block a user