mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-03 08:22:02 +02:00
* Remove/fix up some console.log()'s
This commit is contained in:
parent
1b68264dc2
commit
0489f5b2dd
6 changed files with 6 additions and 46 deletions
|
@ -26,7 +26,7 @@ function ConfigCache() {
|
|||
self.cache[filePath] = hjson.parse(data);
|
||||
cb(null, self.cache[filePath]);
|
||||
} catch(e) {
|
||||
console.log(e)
|
||||
Log.error( { filePath : filePath, error : e.toString() }, 'Failed recaching');
|
||||
cb(e);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue