diff --git a/src/intake.js b/src/intake.js index f43b5a0..e16e946 100644 --- a/src/intake.js +++ b/src/intake.js @@ -32,7 +32,7 @@ export async function getConfig() { }); wizardAnswers = await getWizardAnswers(wizardQuestions, commandLineAnswers); } else { - console.dir('\nSkipping wizard...'); + console.log('\nSkipping wizard...'); } Object.assign(shared.config, commandLineAnswers, wizardAnswers);