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

Symlink support - use fs.realpathSync(file) inside Writer #14

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

kiprasmel
Copy link
Contributor

Fixes #13

This resolves the true file, thus allowing us to have symlinks without writing to them, but what they point to.

See also https://nodejs.org/docs/latest/api/fs.html#fs_fs_realpath_path_options_callback

Fixes typicode#13 

This resolves the true file, thus allowing us to have symlinks without writing to them, but what they point to.

See also https://nodejs.org/docs/latest/api/fs.html#fs_fs_realpath_path_options_callback
@kiprasmel kiprasmel marked this pull request as ready for review March 10, 2020 19:22
@kiprasmel kiprasmel mentioned this pull request Mar 10, 2020
@typicode
Copy link
Owner

Thank you!

@typicode typicode merged commit 08456c7 into typicode:master Mar 18, 2020
@rinick rinick mentioned this pull request Apr 27, 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

Successfully merging this pull request may close these issues.

[FR] Symlink support
2 participants