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

fix(copy-files): use context realpath #640

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix(copy-files): use context realpath #640

wants to merge 2 commits into from

Commits on Sep 17, 2019

  1. fix(copy-files): use context realpath

    In scenarios where context is within a symlink, `path.relative()` will return an undesired path because the resource path follows symlinks. We resolve this by using `fs.realpath(context)`.
    QWp6t committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    bf8a727 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    b7cec52 View commit details
    Browse the repository at this point in the history