Skip to content

Commit

Permalink
fix missing version for 'npm:node-color-log'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 2, 2024
1 parent f2a7739 commit aec002d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/common/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import logger from "npm:node-color-log";
import logger from "npm:node-color-log@11.0.2";

export const log = (stack?: string) =>
logger.bgColor("red").color("black").log(stack);

0 comments on commit aec002d

Please sign in to comment.