Skip to content

Commit eead311

Browse files
Tarmo Aidantaustaremy
Tarmo Aidantausta
authored andcommitted
fix: to avoid confusion like in #1528, always report used extension
1 parent 12b66cd commit eead311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nodemon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function nodemon(settings) {
192192
return false;
193193
}).filter(Boolean).join(' '));
194194

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

197197
if (config.options.dump) {
198198
utils.log._log('log', '--------------');

0 commit comments

Comments
 (0)