We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b66cd commit eead311Copy full SHA for eead311
lib/nodemon.js
@@ -192,7 +192,7 @@ function nodemon(settings) {
192
return false;
193
}).filter(Boolean).join(' '));
194
195
- utils.log.detail('watching extensions: ' + (config.options.execOptions.ext || '(all)'));
+ utils.log.info('watching extensions: ' + (config.options.execOptions.ext || '(all)'));
196
197
if (config.options.dump) {
198
utils.log._log('log', '--------------');
0 commit comments