Fix console colors with `app.js`

Closes #6110
v1.18.x
Peter Jaszkowiak 7 years ago committed by Julian Lam
parent 71895f3736
commit 3299324534

@ -50,6 +50,7 @@ var configExists = file.existsSync(configFile) || (nconf.get('url') && nconf.get
var prestart = require('./src/prestart'); var prestart = require('./src/prestart');
prestart.loadConfig(configFile); prestart.loadConfig(configFile);
prestart.versionCheck(); prestart.versionCheck();
prestart.setupWinston();
if (!process.send) { if (!process.send) {
// If run using `node app`, log GNU copyright info along with server info // If run using `node app`, log GNU copyright info along with server info

Loading…
Cancel
Save