-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option -e seems to be ignored #1583
Comments
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
Problem is still here |
Wait…have you tested that this doesn't restart on a |
Closing as this isn't an issue. The text refers to the directories being watch - though I'm pushing a PR that will clarify that language 👍 thanks! |
ref: #1583 It was unclear whether it was listing files being watched when in fact it was the list of directories (plus, make it cleaner)
ref: #1583 It was unclear whether it was listing files being watched when in fact it was the list of directories (plus, make it cleaner)
nodemon -v
: 1.19.1node -v
: v10.16.0Operating system/terminal environment: Debian 9.9 - bash
Using Docker? What image: NO
Command you ran:
Expected behaviour
I expected that nodemon will watch for any file in the current directory whis extensions
.js
, or.json
Actual behaviour
When nodemon start, It is watching for any file.
Note that rows stating
watching: *.*
Also, note this relevant portion of the dump
I can see my ext option setup correctly, watch monitor array tell me it's ignorin watching extensions
The text was updated successfully, but these errors were encountered: