mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-11 10:46:15 +09:00
console fix
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user