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

[BUG] On Windows symbolic links are stored with \'s #241

Closed
sabetts opened this issue Dec 7, 2019 · 0 comments
Closed

[BUG] On Windows symbolic links are stored with \'s #241

sabetts opened this issue Dec 7, 2019 · 0 comments

Comments

@sabetts
Copy link

sabetts commented Dec 7, 2019

tar.c({file: 'somefile.tar'}, ['somefolder'])

Run this on windows and if somefolder contains a symbolic link, it is saved to the tarball using backslashes between folders and not front slashes. This is because that is what fs.readlink returns.

@isaacs isaacs closed this as completed in 01cdaaa Jan 29, 2020
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

No branches or pull requests

1 participant