mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
Fix #311: Debug text in green color
This commit is contained in:
parent
ebb033ce1a
commit
17847ae415
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ const levels = {
|
||||||
warn: chalk.yellow,
|
warn: chalk.yellow,
|
||||||
http: chalk.magenta,
|
http: chalk.magenta,
|
||||||
info: chalk.cyan,
|
info: chalk.cyan,
|
||||||
debug: chalk.black,
|
debug: chalk.green,
|
||||||
trace: chalk.white,
|
trace: chalk.white,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue