We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d213634 commit 9336fbcCopy full SHA for 9336fbc
src/reporters/fancy.js
@@ -99,7 +99,7 @@ export default class FancyReporter extends BasicReporter {
99
}
100
101
const argv = []
102
- // textColor=%1,%2 additionalColor=%3,%4 and bgColor=%5,%6
+ // textColor=%1 additionalColor=%2, bgColor=%3 reset=%4
103
argv.push(this._colorCache[logObj.color][0])
104
argv.push(this._colorCache[logObj.additionalColor || 'grey'][0])
105
Array.prototype.push.apply(argv, this._colorCache[bgColorKey])
0 commit comments