Closed xzyfer closed 10 years ago
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.
inflateSymlinks: true
copyDirSyncRecursive
This pull request fixes those errors and adds tests.
Seems good, merged. Thanks for the catch/pull request!
The
inflateSymlinks: true
forcopyDirSyncRecursive
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.