Skip to content

Commit ee4f9bb

Browse files
committed
updated prompt text
1 parent 237fd54 commit ee4f9bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ co(function *() {
1616
}).then(function(name) {
1717
if (!fs.existsSync(name)) {
1818
fs.mkdirSync(name);
19-
console.log(`Successfully created directory: ${name}`);
19+
console.log('Successfully created directory');
20+
console.log(` cd ${name}`);
2021
} else {
2122
console.error(`There was a problem creating the directory`);
2223
}

0 commit comments

Comments
 (0)