Add send node msg event

This commit is contained in:
Bryan Ashby 2018-12-01 17:00:07 -07:00
parent eec06e7004
commit 36d55a409e
5 changed files with 9 additions and 4 deletions

View file

@ -149,7 +149,7 @@ function initializeModules(cb) {
return nextModule(null);
}
} catch(e) {
Log.warn( { error : e }, 'Exception during "moduleInitialize"');
Log.warn( { error : e.message, fullModulePath }, 'Exception during "moduleInitialize"');
return nextModule(null);
}
},