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 #166

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

Add --skipIgnoreFile argument #166

wants to merge 3 commits into from

Conversation

ww9
Copy link

@ww9 ww9 commented Mar 14, 2019

Currently 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 option to skip trying to read .foreverignore file and thus generating no error:

forever --skipIgnoreFile -w script.js

This change is required for foreversd/forever#1024

Igor Savin added 2 commits January 5, 2020 19:21
…into master-ww9

� Conflicts:
�	lib/forever-monitor/monitor.js
�	lib/forever-monitor/plugins/watch.js
@kibertoad kibertoad closed this Jan 5, 2020
@kibertoad kibertoad reopened this Jan 5, 2020
@kibertoad
Copy link
Contributor

@ww9 I'm sorry it took this long. Could you please update readme with new option? Then it could be merged.

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

2 participants