Fix inflateSymlinks flag errors for absolute symlinks #79

Merged
xzyfer merged 1 commit from fix/sync-absolute-symlink into master 2014-02-09 22:18:19 -08:00
xzyfer commented 2014-02-09 22:06:42 -08:00 (Migrated from github.com)

The inflateSymlinks: true for copyDirSyncRecursive assumes symlinks will have relatives paths. A symlink with an absolute path throws an error since the path cannot be correctly resolved.

This pull request fixes those errors and adds tests.

The `inflateSymlinks: true` for `copyDirSyncRecursive` assumes symlinks will have relatives paths. A symlink with an absolute path throws an error since the path cannot be correctly resolved. This pull request fixes those errors and adds tests.
ryanmcgrath commented 2014-02-09 22:18:32 -08:00 (Migrated from github.com)

Seems good, merged. Thanks for the catch/pull request!

Seems good, merged. Thanks for the catch/pull request!
This repository is archived. You cannot comment on pull requests.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/wrench-js#79
No description provided.