mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 22:24: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.');
|
$this->info('DONE.');
|
||||||
} else {
|
} else {
|
||||||
$this->showProblems($problems);
|
$this->showProblems($problems);
|
||||||
|
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user