File tree Expand file tree Collapse file tree
packages/cgb-scripts/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ inquirer
124124
125125 console . log (
126126 '\n π ' ,
127- `${ chalk . black . bgYellow ( ' Copying files to your plugin... \n' ) } ` ,
128- `${ chalk . dim ( 'In the directory: ' , appPath ) } ` ,
127+ `${ chalk . black . bgYellow ( ' Copying files to your plugin... \n\n ' ) } ` ,
128+ `${ chalk . dim ( ' In the directory: ' , appPath ) } ` ,
129129 '\n'
130130 ) ;
131131
@@ -344,10 +344,14 @@ inquirer
344344 stdio : 'inherit' ,
345345 } ) ;
346346 }
347- console . log ( '\n\nβ
' , chalk . black . bgGreen ( ' Ejected successfully!' ) , '\n' ) ;
347+ console . log (
348+ '\n\nβ
' ,
349+ chalk . black . bgGreen ( ' Ejected successfully! ' ) ,
350+ '\n'
351+ ) ;
348352
349353 console . log (
350- green ( 'Kindly, consider sharing why you ejected in this survey:\n' )
354+ green ( ' Kindly, consider sharing why you ejected in this survey:\n' )
351355 ) ;
352- console . log ( green ( 'β https://goo.gl/forms/T901kvHr1kNsJGaJ3 \n' ) ) ;
356+ console . log ( green ( ' β https://goo.gl/forms/T901kvHr1kNsJGaJ3 \n' ) ) ;
353357 } ) ;
You canβt perform that action at this time.
0 commit comments