Skip to content

Commit e362cb8

Browse files
julkusapiensjk
andauthored
fix: replace 'grey' with 'gray' in styleText call for Node.js compatibility (#166)
Co-authored-by: jk <[email protected]>
1 parent 454e18f commit e362cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const SYMBOLS = {
2525
TIP: styleText("blue", "→"),
2626
ERROR: styleText("bgRed", " ERROR "),
2727
WARN: styleText("bgYellow", " WARN "),
28-
DEBUG: styleText("grey", "⚙"),
28+
DEBUG: styleText("gray", "⚙"),
2929
NONE: "",
3030
};
3131

0 commit comments

Comments
 (0)