mirror of
https://github.com/status-im/react-native.git
synced 2025-02-06 14:43:49 +00:00
Merge pull request #4745 from aknuds1/typo
Fix message when react-native init encounters existing directory.
This commit is contained in:
commit
73e9bc27d4
2
react-native-cli/index.js
vendored
2
react-native-cli/index.js
vendored
@ -138,7 +138,7 @@ function createAfterConfirmation(name, verbose) {
|
||||
|
||||
var property = {
|
||||
name: 'yesno',
|
||||
message: 'Directory ' + name + ' already exist. Continue?',
|
||||
message: 'Directory ' + name + ' already exists. Continue?',
|
||||
validator: /y[es]*|n[o]?/,
|
||||
warning: 'Must respond yes or no',
|
||||
default: 'no'
|
||||
|
Loading…
x
Reference in New Issue
Block a user