Skip to content

Commit bbbade6

Browse files
authored
Fixes missing Swoole error (#427)
1 parent df592e5 commit bbbade6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Commands/InstallCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ public function installRoadRunnerServer()
109109
public function installSwooleServer()
110110
{
111111
if (! resolve(SwooleExtension::class)->isInstalled()) {
112-
$this->error('The Swoole extension is missing.');
113-
114-
return false;
112+
$this->warn('The Swoole extension is missing.');
115113
}
116114

117115
return true;

0 commit comments

Comments
 (0)