Updated readme, version, code style
This commit is contained in:
parent
43ffe0e979
commit
5a6372fe46
3 changed files with 8 additions and 6 deletions
|
|
@ -23,7 +23,7 @@ var wrench = require('wrench'),
|
|||
wrench.mkdirSyncRecursive(dir, 0777);
|
||||
|
||||
// Recursively delete the entire sub-tree of a directory, then kill the directory
|
||||
wrench.rmdirSyncRecursive('my_directory_name');
|
||||
wrench.rmdirSyncRecursive('my_directory_name', failSilently);
|
||||
|
||||
// Recursively chmod the entire sub-tree of a directory
|
||||
wrench.chmodSyncRecursive('my_directory_name', 0755);
|
||||
|
|
|
|||
Reference in a new issue