0
Fork 0
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:
Ayush Sharma 2017-09-07 23:07:57 +05:30
parent ebb033ce1a
commit 17847ae415

View file

@ -107,7 +107,7 @@ const levels = {
warn: chalk.yellow,
http: chalk.magenta,
info: chalk.cyan,
debug: chalk.black,
debug: chalk.green,
trace: chalk.white,
};