Merge pull request #1355 from leeeandroo/lock-install-bug

Lock install issue
This commit is contained in:
Wyatt Johnson
2018-02-12 19:39:03 -07:00
committed by GitHub
+2 -1
View File
@@ -92,7 +92,8 @@ async function serve({ jobs = false, websockets = false } = {}) {
} catch (e) {
// Check the error.
switch (e) {
case (errors.ErrInstallLock, errors.ErrSettingsInit):
case errors.ErrInstallLock:
case errors.ErrSettingsInit:
debug('setup is not currently available, migrations now being checked');
// The error was expected, just continue.