u
This commit is contained in:
parent
ec5058f5e4
commit
64692db5fd
@ -2,7 +2,7 @@ const colors = require('colors')
|
||||
|
||||
module.exports = {
|
||||
cclog(...args) {
|
||||
console.log(colors.grey({time: new Date().toJSON()}), ...args)
|
||||
console.log(colors.blue({time: new Date().toJSON()}), ...args)
|
||||
},
|
||||
ccinfo(...args) {
|
||||
console.info(colors.green({time: new Date().toJSON()}), ...args)
|
||||
|
Loading…
Reference in New Issue
Block a user