initialize platform only when domain is available
This commit is contained in:
@@ -7,9 +7,7 @@ exports = module.exports = {
|
||||
events: new (require('events').EventEmitter)(),
|
||||
EVENT_READY: 'ready',
|
||||
|
||||
isReadySync: isReadySync,
|
||||
|
||||
restartMail: startMail
|
||||
isReadySync: isReadySync
|
||||
};
|
||||
|
||||
var apps = require('./apps.js'),
|
||||
|
||||
Reference in New Issue
Block a user