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

[TIMOB-13171] Fixed call stack issue when symlinking files. #4021

Merged
merged 1 commit into from Mar 23, 2013
Merged

[TIMOB-13171] Fixed call stack issue when symlinking files. #4021

merged 1 commit into from Mar 23, 2013

Conversation

cb1kenobi
Copy link
Contributor

No description provided.

@@ -2258,7 +2260,7 @@ build.prototype = {
}
};
}), cb);
} else if (cb) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I just want to check and make sure that this was intentionally removed and that it is indeed safe to remove.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did remove it on purpose. I don't believe it is needed because every instance where symlinkResources() is called, the callback (i.e. cb) is not null.

@srahim
Copy link
Contributor

srahim commented Mar 23, 2013

FR-ed and APPROVED waiting for CR approval.

@nebrius
Copy link
Contributor

nebrius commented Mar 23, 2013

Code reviewed. Request accepted

nebrius added a commit that referenced this pull request Mar 23, 2013
[TIMOB-13171] Fixed call stack issue when symlinking files.
@nebrius nebrius merged commit 7b42c84 into tidev:master Mar 23, 2013
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

3 participants