Skip to content

Commit

Permalink
fix: to avoid confusion like in remy#1528, always report used extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmo Aidantausta committed Mar 6, 2019
1 parent fb0c078 commit c4fab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function nodemon(settings) {
return rule.slice(0, 1) !== '!' ? rule : false;
}).filter(Boolean).join(' '));

utils.log.detail('watching extensions: ' + (config.options.execOptions.ext || '(all)'));
utils.log.info('watching extensions: ' + (config.options.execOptions.ext || '(all)'));

if (config.options.dump) {
utils.log._log('log', '--------------');
Expand Down

0 comments on commit c4fab55

Please sign in to comment.