mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
closes #3085
This commit is contained in:
@@ -59,7 +59,6 @@ function checkSetupFlag(next) {
|
|||||||
setupVal = JSON.parse(nconf.get('setup'));
|
setupVal = JSON.parse(nconf.get('setup'));
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
winston.error('Was unable to parse JSON, continuing with regular setup.', err);
|
|
||||||
setupVal = undefined;
|
setupVal = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user