[Pkg-javascript-commits] [node-tap-mocha-reporter] 61/137: typo
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:49:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-tap-mocha-reporter.
commit f119105fdf813f84f7cfc54a8dbe2d9247283367
Author: isaacs <i at izs.me>
Date: Thu May 14 14:27:55 2015 -0700
typo
---
lib/reporters/classic.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/reporters/classic.js b/lib/reporters/classic.js
index 69ee70d..03dde82 100644
--- a/lib/reporters/classic.js
+++ b/lib/reporters/classic.js
@@ -74,7 +74,7 @@ function doDiff (found, wanted, palette) {
case 4:
// orange/cyan pastel option, most r/g-colorblind friendly
var removed = '\u001b[48;5;223m\u001b[38;5;52m'
- var added = '\u001b[48;5;15255m\u001b[38;5;22m'
+ var added = '\u001b[48;5;158m\u001b[38;5;22m'
var plain = '\u001b[38;5;233m'
var bg = '\u001b[48;5;255m'
break
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap-mocha-reporter.git
More information about the Pkg-javascript-commits
mailing list