files improvements

This commit is contained in:
mrfry 2023-04-10 20:27:00 +02:00
parent 994fe70d95
commit 8647088faf
6 changed files with 46 additions and 27 deletions

View file

@ -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)
}
})