From 2367998e667f2f1e674537522445639815ebc387 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Fri, 7 Feb 2025 17:57:28 -0500 Subject: [PATCH] console fix --- src/intake.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);