Skip to content

Duplicate code, not matching comment #257

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

Closed
gomain opened this issue Sep 8, 2020 · 0 comments · Fixed by #258
Closed

Duplicate code, not matching comment #257

gomain opened this issue Sep 8, 2020 · 0 comments · Fixed by #258

Comments

@gomain
Copy link
Contributor

gomain commented Sep 8, 2020

// remove nested node_modules just to be safe
rimraf(join(tmpRepoPackagePath, "node_modules"))
// remove .git just to be safe
rimraf(join(tmpRepoPackagePath, "node_modules"))

Line 189 was probably meant to be

- rimraf(join(tmpRepoPackagePath, "node_modules"))
+ rimraf(join(tmpRepoPackagePath, ".git"))
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 a pull request may close this issue.

1 participant