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

Fix findById which was using double rather than triple equals operator #756

Merged
merged 1 commit into from
Sep 5, 2015

Conversation

JamieMcNaught
Copy link
Contributor

As title, this hopefully allows findById to work correctly and fixes #699 (forever stop id seems to stop all processes).

I've not been able to run the "npm test" suite - i've filed #755 for this.

Of course I have tested this on our local build machine and now undeploying the first test environment to be setup on the machine (i.e. has a forever process as index 0) now no longer kills every nodejs process (i.e. evey test environment) on the same box.

@danzaner
Copy link

danzaner commented Sep 4, 2015

Please verify and merge this pull request. Bug #699 has been giving us serious operational trouble since April. Inadvertently stopping all processes managed by forever by issuing a "stop 0" is a very serious bug. Thank you for your consideration.

indexzero added a commit that referenced this pull request Sep 5, 2015
Fix findById which was using double rather than triple equals operator
@indexzero indexzero merged commit faa5d3a into foreversd:master Sep 5, 2015
@foreversd foreversd locked and limited conversation to collaborators Sep 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stopping by index terminates multiple processes (0.14.1)
3 participants