There was an error while loading. Please reload this page.
1 parent 1c5f505 commit 173e87cCopy full SHA for 173e87c
packages/react-scripts/scripts/eject.js
@@ -66,7 +66,6 @@ prompt(
66
fs.mkdirSync(path.join(appPath, 'scripts'));
67
68
console.log();
69
- console.log(cyan('Copying files...'));
70
files.forEach(function(file) {
71
console.log(cyan(' Copying ') + file+ ' to ' + appPath);
72
var content = fs
0 commit comments