Skip to content

Commit

Permalink
Implicitly create folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeStanton committed May 14, 2015
1 parent bcaa2f0 commit 151d478
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions local-cli/new-library.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ function newLibrary(libraryName) {
if (fs.existsSync(libraryDest)) {
console.log('Library already exists in', libraryDest);
process.exit(1);
} else {
fs.mkdir(libraryDest);
}

utils.walk(source).forEach(function(f) {
Expand Down

0 comments on commit 151d478

Please sign in to comment.