mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
files improvements
This commit is contained in:
parent
994fe70d95
commit
8647088faf
6 changed files with 46 additions and 27 deletions
src
|
@ -259,6 +259,7 @@ Object.keys(modules).forEach(function (key) {
|
|||
)
|
||||
app.use(module.route, module.app)
|
||||
} catch (err) {
|
||||
logger.Log(`Error setting up submodule: ${module.name}`, 'redbg')
|
||||
console.error(err)
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue