mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
closes #631
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
mongoClient = require('mongodb').MongoClient;
|
||||
mongoStore = require('connect-mongo')(express);
|
||||
} catch (err) {
|
||||
winston.error('Unable to initialize mongo! ' + err.message);
|
||||
winston.error('Unable to initialize MongoDB! Is MongoDB installed? Error :' + err.message);
|
||||
process.exit();
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
connectRedis = require('connect-redis')(express);
|
||||
reds = require('reds');
|
||||
} catch (err) {
|
||||
winston.error('Unable to initialize redis! ' + err.message);
|
||||
winston.error('Unable to initialize Redis! Is Redis installed? Error :' + err.message);
|
||||
process.exit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user