Skip to content

Commit 4358479

Browse files
committed
fix: remove changeDefaultDriver method from global
1 parent 197bcfc commit 4358479

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/global.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ declare global {
1313

1414
static get drivers(): string[]
1515
static get formatters(): string[]
16-
static changeDefaultChannel(channel: string): typeof Log
1716
static channel(channel: string): typeof Log
1817
static channels(...channels: string[]): typeof Log
1918

0 commit comments

Comments
 (0)