mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 20:51:12 +08:00
Fix Typo (#63)
This commit is contained in:
committed by
Dan Abramov
parent
d24a1c9525
commit
cc9b01db56
@@ -30,7 +30,7 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi
|
||||
answer.toLowerCase() === 'yes'
|
||||
);
|
||||
if (!shouldEject) {
|
||||
console.log('Close one! Eject aported.');
|
||||
console.log('Close one! Eject aborted.');
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user