Skip to content

Commit c770a3f

Browse files
committed
chore: clean install command
1 parent 017245d commit c770a3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/InstallCommand.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ protected function installDependencies($output)
5858
$output->write($line);
5959
});
6060

61-
if (!$process->isSuccessful()) return 1;
61+
if (!$process->isSuccessful()) {
62+
return 1;
63+
}
6264

6365
$output->writeln('<comment>packages installed successfully!</comment>');
6466

0 commit comments

Comments
 (0)