mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* Fix colors in relation to MCI codes
* iCE colors working, I think...
This commit is contained in:
parent
7bac1b5193
commit
008e9f46d8
6 changed files with 24 additions and 20 deletions
|
@ -1,4 +1,5 @@
|
|||
"use strict";
|
||||
/* jslint node: true */
|
||||
'use strict';
|
||||
|
||||
var bunyan = require('bunyan');
|
||||
var miscUtil = require('./misc_util.js');
|
||||
|
@ -6,8 +7,6 @@ var paths = require('path');
|
|||
var conf = require('./config.js');
|
||||
|
||||
module.exports = {
|
||||
log : undefined,
|
||||
|
||||
init : function() {
|
||||
//var ringBufferLimit = miscUtil.valueWithDefault(config.logRingBufferLimit, 100);
|
||||
var logPath = miscUtil.valueWithDefault(conf.config.paths.logs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue