Skip to content

Commit fddc458

Browse files
committed
fix: use logger instead console
1 parent 2b9bb11 commit fddc458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/utils/logger/logger.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { getStore } from '#common/utils/store/controller/store.js'
21
import chalk from 'chalk'
2+
import { getStore } from '#common/utils/store/controller/store.js'
33

44
class Logger {
55
constructor(env) {

esbuild.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import path from 'node:path'
2-
import fs, { mkdirSync } from 'node:fs'
2+
import fs from 'node:fs'
33
import esbuild from 'esbuild'
44
import { rootPath } from '#common/utils/file/getRootPath.js'
55
import { logger } from '#common/utils/logger/logger.js'

0 commit comments

Comments
 (0)