mirror of
https://github.com/sern-handler/create-bot
synced 2026-06-06 01:16:53 +00:00
better config, remove console.log
This commit is contained in:
@@ -85,7 +85,6 @@ async function runInteractive() {
|
||||
'../..',
|
||||
result.template
|
||||
);
|
||||
console.log(selectedTemplate);
|
||||
if (argv.overwrite) {
|
||||
emptyDir(root);
|
||||
} else if (!fs.existsSync(root)) {
|
||||
|
||||
Reference in New Issue
Block a user