Skip to content

Commit

Permalink
nice cmd bug ✌😁
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoudibrahim03 committed May 26, 2018
1 parent f21b96f commit 71a292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ figlet('Lazzy Coding XD ', function (err, data) {
message: "NPM modules you are gonna need ",
name: "modules",
}]).then(answers => {
cmd.run(`cd ${answers.proName}`)
// cmd.run(`cd ${answers.proName}`)
cmd.run("npm init");
console.log(answers)
})
Expand Down

0 comments on commit 71a292f

Please sign in to comment.