initialize platform only when domain is available

This commit is contained in:
Girish Ramakrishnan
2017-01-09 09:24:32 -08:00
parent 588bb2df2f
commit 9e2f43c3b1
3 changed files with 6 additions and 7 deletions

View File

@@ -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'),