From eead311749357d4809c0c8ba353e31376f2ea776 Mon Sep 17 00:00:00 2001 From: Tarmo Aidantausta Date: Wed, 6 Mar 2019 17:24:41 +0200 Subject: [PATCH] fix: to avoid confusion like in #1528, always report used extension --- lib/nodemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nodemon.js b/lib/nodemon.js index 042da842..0f60e599 100644 --- a/lib/nodemon.js +++ b/lib/nodemon.js @@ -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', '--------------');