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

[Packager]Bugfix: fix infinite loop on windows. #2051

Closed
wants to merge 2 commits into from

Conversation

tdzl2003
Copy link
Contributor

I try to run react-native on windows. both packager server and cli bundle meet a infinite loop.

Finally I found the reason: root path on windows is not '/'

One better way is compare dirname with currDir self.

This is resubmit pull-request of #1886.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 20, 2015
@amasad
Copy link
Contributor

amasad commented Sep 8, 2015

Thanks for your contribution. We're in the process of moving the packager to it's own github repo and we'll be able to accept contributions like this much faster (we can just use the Github merge button). I'm hoping we can release it some time this week, and I'll ping you so we can move this PR there.

@tdzl2003
Copy link
Contributor Author

Is the new repo ready? I have more PR to commit~

@tdzl2003
Copy link
Contributor Author

f5409c1

This issue is solved by another commit(in better way). No need to merge my PR now.

@tdzl2003 tdzl2003 closed this Sep 18, 2015
FalseLobster pushed a commit to FalseLobster/react-native that referenced this pull request Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants