Skip to content

Commit

Permalink
feat: return error code for failed CLI-based installs (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
hason authored Jun 20, 2022
1 parent 5e81592 commit 5dedec1
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 5dedec1

Please sign in to comment.