prettier change

This commit is contained in:
Leandro
2018-02-12 12:09:28 +01:00
parent 05a6af49c4
commit e9a781607a
+1 -1
View File
@@ -92,7 +92,7 @@ async function serve({ jobs = false, websockets = false } = {}) {
} catch (e) {
// Check the error.
switch (e) {
case (errors.ErrInstallLock || errors.ErrSettingsInit):
case errors.ErrInstallLock || errors.ErrSettingsInit:
debug('setup is not currently available, migrations now being checked');
// The error was expected, just continue.