mirror of
https://github.com/flarum/framework.git
synced 2025-04-24 21:54:04 +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…
x
Reference in New Issue
Block a user