fixed missing winston

v1.18.x
Baris Soner Usakli 11 years ago
parent 9ee250b597
commit 8f769d53a3

@ -1,7 +1,8 @@
var nconf = require('nconf'),
databaseType = nconf.get('database');
databaseType = nconf.get('database'),
winston = require('winston');
if(!databaseType) {
winston.info('Database type not set! Run npm app --setup');

Loading…
Cancel
Save