mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
Add send node msg event
This commit is contained in:
parent
eec06e7004
commit
36d55a409e
5 changed files with 9 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue