Skip to content
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

[Question] Regarding the args order when declaring the start command #188

Open
running-coder opened this issue May 5, 2016 · 0 comments

Comments

@running-coder
Copy link

Hey, I'm new to supervisor and had to investigate a crashing child issue and my bad if it already been discussed.

My original command inside package.json was "start": "supervisor -- server.js --i data/"
I had to change it due to line 69 which breaks the loop and then ignore the following ignore parameter
After changing to "start": "supervisor -i data/ -- server.js" everything works fine and the data folder is ignored.

My question is, why do you have to break the loop at this place, and not finish reading the rest of the command?

Regards

@running-coder running-coder changed the title [Question] Regarding the args order when declaring the start method [Question] Regarding the args order when declaring the start command May 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant