✨ Add config log
This commit is contained in:
@@ -139,6 +139,16 @@ class App
|
||||
|
||||
// Save
|
||||
this.config = config
|
||||
|
||||
// Debug
|
||||
if(this.config.debug >= 1)
|
||||
{
|
||||
for(const _configKey in this.config)
|
||||
{
|
||||
const _configValue = '' + this.config[_configKey]
|
||||
console.log('app > config'.green.bold + ' - ' + _configKey.cyan + ' - ' + _configValue.cyan)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user