Skip to content

Commit

Permalink
fix(ignore): Update dependencies (#21740)
Browse files Browse the repository at this point in the history
* fix(ignore): update dependencies

* fix

* fix

---------

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
  • Loading branch information
Koenkk and Koenkk authored Mar 10, 2024
1 parent 29543ba commit 43610bb
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 101 deletions.
3 changes: 2 additions & 1 deletion lib/util/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,12 @@ function setLevel(level: Z2MLogLevel): void {
}

function warn(message: string): void {
// winston.config.syslog.levels doesn't have warn, but is required for syslog.
// @ts-expect-error
logger.warning(message);
}

function warning(message: string): void {
// @ts-expect-error
logger.warning(message);
}

Expand Down
Loading

0 comments on commit 43610bb

Please sign in to comment.