mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
* Fix quickstart config.hjson example
* Fix minor log issue in bbs.js @ error when parsing config/etc.
This commit is contained in:
parent
91279464f7
commit
38a96f53da
2 changed files with 25 additions and 22 deletions
|
@ -78,7 +78,7 @@ function bbsMain() {
|
|||
],
|
||||
function complete(err) {
|
||||
if(err) {
|
||||
logger.log.error(err);
|
||||
console.error('Error initializing: ' + util.inspect(err));
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue