Skip to content

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.

4 participants