fixed symbol reference
This commit is contained in:
parent
4d08197dc2
commit
5f717e0387
@ -33,7 +33,7 @@ module.exports = function(grunt) {
|
|||||||
error : 'X',
|
error : 'X',
|
||||||
splat : '*'
|
splat : '*'
|
||||||
},
|
},
|
||||||
long : {
|
full : {
|
||||||
check : '✓',
|
check : '✓',
|
||||||
error : 'X',
|
error : 'X',
|
||||||
splat : '*'
|
splat : '*'
|
||||||
@ -49,7 +49,7 @@ module.exports = function(grunt) {
|
|||||||
error : '\u00D7',
|
error : '\u00D7',
|
||||||
splat : '*'
|
splat : '*'
|
||||||
},
|
},
|
||||||
long : {
|
full : {
|
||||||
check : '\u221A',
|
check : '\u221A',
|
||||||
error : '\u00D7',
|
error : '\u00D7',
|
||||||
splat : '*'
|
splat : '*'
|
||||||
@ -285,7 +285,7 @@ module.exports = function(grunt) {
|
|||||||
process.stdout.cursorTo(0);
|
process.stdout.cursorTo(0);
|
||||||
grunt.log.writeln(
|
grunt.log.writeln(
|
||||||
indent(indentLevel) +
|
indent(indentLevel) +
|
||||||
chalk[color].bold(symbols.long[symbol]) + ' ' +
|
chalk[color].bold(symbols.full[symbol]) + ' ' +
|
||||||
chalk.grey(specMetaData.description)
|
chalk.grey(specMetaData.description)
|
||||||
);
|
);
|
||||||
} else if(options.display === 'short') {
|
} else if(options.display === 'short') {
|
||||||
|
Loading…
Reference in New Issue
Block a user