From d3367c9c3fa69d15f7cc641e4accb049320621cf Mon Sep 17 00:00:00 2001 From: renxia Date: Tue, 5 Mar 2024 10:25:40 +0800 Subject: [PATCH] =?UTF-8?q?wip:=20=E6=9B=B4=E6=96=B0=E5=AF=BC=E5=87=BA=20c?= =?UTF-8?q?olor=20=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/node/lib/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/node/lib/index.ts b/src/node/lib/index.ts index 6ffd218..17d2f04 100644 --- a/src/node/lib/index.ts +++ b/src/node/lib/index.ts @@ -5,5 +5,4 @@ export * from './request'; export * from './TOTP'; export * from './WXWork'; export { WorkerPool } from './worker-pool/WorkerPool'; - -export { color } from 'console-log-colors'; +export { default as color } from 'console-log-colors';