mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 07:42:48 +08:00
feat: return error code for failed CLI-based installs (#3452)
This commit is contained in:
parent
5e81592e18
commit
5dedec12f9
|
@ -73,6 +73,8 @@ class InstallCommand extends AbstractCommand
|
|||
$this->info('DONE.');
|
||||
} else {
|
||||
$this->showProblems($problems);
|
||||
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user