Skip to content

Commit

Permalink
Update packages/create-app/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: patak <matias.capeletto@gmail.com>
  • Loading branch information
jamesgeorge007 and patak-dev authored Apr 24, 2021
1 parent c89f1e6 commit 5a6ffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ async function init() {
name: 'yes',
initial: 'Y',
message:
`Target directory ${baseDir} is not empty.\n` +
( targetDir === '.' ? 'Current directory' : `Target directory ${targetDir} ) + ` is not empty.\n` +
`Remove existing files and continue?`
})
if (yes) {
Expand Down

0 comments on commit 5a6ffca

Please sign in to comment.