From 64692db5fd0bf8adac332a8565c282a15c363783 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Fri, 11 Mar 2022 20:34:51 +0800 Subject: [PATCH] u --- tool4log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool4log.js b/tool4log.js index ed064bc..3c656b5 100644 --- a/tool4log.js +++ b/tool4log.js @@ -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)