Add send node msg event
This commit is contained in:
@@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user