Skip to content

Duplicate code, not matching comment #257

Closed
@gomain

Description

@gomain

// 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"))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions