Skip to content

Commit d1868aa

Browse files
author
Ahmad Awais
committed
πŸ“¦ NEW: UI Docs
1 parent 4f1f2ba commit d1868aa

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

β€Žpackages/cgb-scripts/scripts/eject.jsβ€Ž

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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
} );

0 commit comments

Comments
Β (0)