We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eade6f3 commit 4277098Copy full SHA for 4277098
1 file changed
src/fluentcmd.js
@@ -62,8 +62,8 @@ module.exports = function () {
62
// Load the theme
63
var theTheme = new FLUENT.Theme().open( tFolder );
64
_opts.themeObj = theTheme;
65
- _log( 'Applying '.status + theTheme.name.toUpperCase().infoBold + (' theme (' +
66
- Object.keys(theTheme.formats).length + ' formats)').status );
+ _log( 'Applying '.info + theTheme.name.toUpperCase().infoBold + (' theme (' +
+ Object.keys(theTheme.formats).length + ' formats)').info );
67
68
// Expand output resumes... (can't use map() here)
69
var targets = [], that = this;
0 commit comments