Skip to content

Commit

Permalink
fix: to avoid confusion like in #1528, always report used extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmo Aidantausta authored and remy committed Sep 29, 2019
1 parent 12b66cd commit eead311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodemon.js
Expand Up @@ -192,7 +192,7 @@ function nodemon(settings) {
return 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 eead311

Please sign in to comment.