Skip to content

Commit 1439045

Browse files
committed
Updates message
1 parent 833bdb7 commit 1439045

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Commands/Concerns/InstallsRoadRunnerDependencies.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ protected function ensureRoadRunnerBinaryMeetsRequirements($roadRunnerBinary)
145145
try {
146146
$this->downloadRoadRunnerBinary();
147147
} catch (Throwable $e) {
148+
report($e);
149+
148150
rename("$roadRunnerBinary.backup", $roadRunnerBinary);
149151

150-
return $this->warn(
151-
'Unable to download RoadRunner binary. Reason: '.$e->getMessage(),
152-
);
152+
return $this->warn('Unable to download RoadRunner binary. The error has been reported to the exception logger.');
153153
}
154154

155155
unlink("$roadRunnerBinary.backup");

0 commit comments

Comments
 (0)