Skip to content

Commit

Permalink
Return error code
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Jun 6, 2022
1 parent c2ba3bb commit 041ebdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/core/src/Install/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ protected function fire()
$this->info('DONE.');
} else {
$this->showProblems($problems);

return 1;
}
}

Expand Down

0 comments on commit 041ebdf

Please sign in to comment.