Skip to content

Commit 173e87c

Browse files
committed
change color of "copying files" line and do not repeat copy path anymore in log
1 parent 1c5f505 commit 173e87c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-scripts/scripts/eject.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ prompt(
6666
fs.mkdirSync(path.join(appPath, 'scripts'));
6767

6868
console.log();
69-
console.log(cyan('Copying files...'));
7069
files.forEach(function(file) {
7170
console.log(cyan(' Copying ') + file+ ' to ' + appPath);
7271
var content = fs

0 commit comments

Comments
 (0)