Skip to content

Commit b5e5bb3

Browse files
committed
Merge branch 'fix/nooplogger-info-warn'
2 parents 105ebe6 + 483ef1a commit b5e5bb3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/evlog/src/logger.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ export const log: Log = {
240240
const noopLogger: RequestLogger = {
241241
set() {},
242242
error() {},
243+
info() {},
244+
warn() {},
243245
emit() {
244246
return null
245247
},

0 commit comments

Comments
 (0)