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 for issue when forever.js ignore workingDir option #740

Merged
merged 2 commits into from
Nov 30, 2015

Conversation

imdoroshenko
Copy link

Fix for issue when forever.js ignore workingDir option from json config file when assign cwd param.

options.sourceDir = options.sourceDir || (file && file[0] !== '/' ? process.cwd() : '/');
options.workingDir = options.workingDir || options.sourceDir;
options.spawnWith = { cwd: options.workingDir };
var assignSpawnWith = function (options) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

function assignSpawnWith(options) { please.

@vprasanth
Copy link

Any idea why this isn't merged yet? Fixes #743

indexzero added a commit that referenced this pull request Nov 30, 2015
fix for issue when forever.js ignore workingDir option
@indexzero indexzero merged commit 6d14360 into foreversd:master Nov 30, 2015
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.

3 participants