Skip to content

Commit 55fcaab

Browse files
committed
Update Ubiquity
1 parent 314af12 commit 55fcaab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Ubiquity

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,7 @@ class Ubiquity {
498498
if(!class_exists($checkClass,true)){
499499
$require=$serverInfos['require'];
500500
echo ConsoleFormatter::showInfo('composer require '.$require);
501-
if (!system('composer require '.$require)){
502-
die;
503-
}
501+
system('composer require '.$require);
504502
}
505503
}
506504
echo ConsoleFormatter::showInfo("Starting ".$type." server at <b>".$what."</b>...\nPress Ctrl+C to stop it!\n");

0 commit comments

Comments
 (0)