Skip to content

Commit 9336fbc

Browse files
committed
fix: text color comment
1 parent d213634 commit 9336fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reporters/fancy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default class FancyReporter extends BasicReporter {
9999
}
100100

101101
const argv = []
102-
// textColor=%1,%2 additionalColor=%3,%4 and bgColor=%5,%6
102+
// textColor=%1 additionalColor=%2, bgColor=%3 reset=%4
103103
argv.push(this._colorCache[logObj.color][0])
104104
argv.push(this._colorCache[logObj.additionalColor || 'grey'][0])
105105
Array.prototype.push.apply(argv, this._colorCache[bgColorKey])

0 commit comments

Comments
 (0)