Skip to content

install.js doesn't work with link file of .git. #144

@wonderyl

Description

@wonderyl

This is the current code in install.js
if (!exists(git) || !fs.lstatSync(git).isDirectory()) return;
Which skips the install if .git is actually a link file.

In our case, we have .git that is a soft link file that points to another location. So the install doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions