Replaced a few more statSync references with lstatSync to ensure symboli... #13

Merged
fishmongr merged 1 commit from patch-2 into master 2012-01-16 22:52:25 -08:00
fishmongr commented 2012-01-16 16:34:57 -08:00 (Migrated from github.com)

...c links to directories aren't detected as directories which causes errors. Also in copyDirSyncRecursive removed an explict call to mkDirSync before recusively calling to copy the sub directory as the recursive method is already creating that directory. The explicit call to create the sub directory beforehand is causing the directory to be created twice causing an error.

...c links to directories aren't detected as directories which causes errors. Also in copyDirSyncRecursive removed an explict call to mkDirSync before recusively calling to copy the sub directory as the recursive method is already creating that directory. The explicit call to create the sub directory beforehand is causing the directory to be created twice causing an error.
ryanmcgrath commented 2012-01-16 22:52:44 -08:00 (Migrated from github.com)

Merged, thanks! Will push out another point release later today, Switzerland time.

Merged, thanks! Will push out another point release later today, Switzerland time.
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#13
No description provided.