Skip to content

Commit

Permalink
fix(platform): 🩹 follow upstream change
Browse files Browse the repository at this point in the history
implements simplified code b/c of upstream change

#142
  • Loading branch information
johannrichard committed Nov 26, 2022
1 parent b361213 commit 6f2c587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/dingzLogHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export class DingzLogger {
...parameters: unknown[]
): void {
message = chalk.magentaBright(`[${this.dingzPrefix}] `) + message;

// #142 is now fixed
this.logger.log(logLevel, message, ...parameters);
}

Expand Down

0 comments on commit 6f2c587

Please sign in to comment.