This website requires JavaScript.
Explore
Help
Sign in
code
/
wrench-js
Archived
Watch
1
Fork
You've already forked wrench-js
0
Code
Issues
22
Pull requests
7
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2026-03-31
. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
a31e8029cd
wrench-js
/
lib
History
Download ZIP
Download TAR.GZ
Mark Ledford
29773a3363
Replaced a few more statSync references with lstatSync to ensure symbolic 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.
2012-01-16 19:34:42 -05:00
..
wrench.js
Replaced a few more statSync references with lstatSync to ensure symbolic 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.
2012-01-16 19:34:42 -05:00