improved result summary

pull/51/head
tycrek 3 years ago
parent 3ab246e676
commit 36fbc4f7a6
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -201,8 +201,7 @@ function doSetup() {
// Verify information is correct
.then(() => log
.blank()
.warn('Please verify your information', '')
.callback(() => Object.entries(results).forEach(([setting, value]) => log.info(`--> ${setting}`, `${value}`)))
.info('Please verify your information', '\n'.concat(Object.entries(results).map(([setting, value]) => `${' '}${log.chalk.dim.gray('-->')} ${log.chalk.bold.white(`${setting}:`)} ${log.chalk.white(value)}`).join('\n')))
.blank())
// Apply old configs

Loading…
Cancel
Save