mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -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,
|
||||
http: chalk.magenta,
|
||||
info: chalk.cyan,
|
||||
debug: chalk.black,
|
||||
debug: chalk.green,
|
||||
trace: chalk.white,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue