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

Add --skipIgnoreFile argument #1025

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add --skipIgnoreFile argument #1025

wants to merge 7 commits into from

Conversation

ww9
Copy link

@ww9 ww9 commented Mar 14, 2019

As discussed in #1024, when I run forever -w script.js it prints an error:

error: Could not read .foreverignore file.
error: ENOENT: no such file or directory, open '/home/dev/code/script/.foreverignore'

This patch adds a --skipIgnoreFile command-line argument to skip trying to read .foreverignore file and thus generating no error:
forever --skipIgnoreFile -w script.js

This patch depends on foreversd/forever-monitor#166

kibertoad and others added 7 commits January 5, 2019 17:21
Right now fs.unlink is used without a callback. This would throw
from Node.js 10 on. Therefore switch to the sync version. That way
errors are also going to be detected.
* Remove dependency on timespan. Add test to ensure that uptime signature didn't change

* Remove redundant description
* Update utile to get rid of security warning

* Don't use external dependencies from utile
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

Successfully merging this pull request may close these issues.

None yet

4 participants