0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-24 23:55:46 -05:00

Merge pull request #315 from ayusharma/issue-311

Fix #311: Debug text in green color
This commit is contained in:
Juan Picado @jotadeveloper 2017-09-08 07:42:58 +02:00 committed by GitHub
commit 397a5301fb

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,
};