Skip to content

Commit

Permalink
fix: weird circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jul 19, 2024
1 parent 78ad279 commit 91b58ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/log/commonLogger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { _noop } from '../index'
// copy-pasted to avoid weird circular dependency
const _noop = (..._args: any[]): undefined => undefined

/**
* These levels follow console.* naming,
Expand Down

0 comments on commit 91b58ef

Please sign in to comment.