We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833bdb7 commit 1439045Copy full SHA for 1439045
src/Commands/Concerns/InstallsRoadRunnerDependencies.php
@@ -145,11 +145,11 @@ protected function ensureRoadRunnerBinaryMeetsRequirements($roadRunnerBinary)
145
try {
146
$this->downloadRoadRunnerBinary();
147
} catch (Throwable $e) {
148
+ report($e);
149
+
150
rename("$roadRunnerBinary.backup", $roadRunnerBinary);
151
- return $this->warn(
- 'Unable to download RoadRunner binary. Reason: '.$e->getMessage(),
152
- );
+ return $this->warn('Unable to download RoadRunner binary. The error has been reported to the exception logger.');
153
}
154
155
unlink("$roadRunnerBinary.backup");
0 commit comments