roo installer had some bugs

This commit is contained in:
Brian Madison
2025-12-15 15:08:19 +08:00
parent 60238d2854
commit 5716282898
7 changed files with 28 additions and 16 deletions

View File

@@ -563,6 +563,9 @@ class ConfigCollector {
// Get friendly module name from config or use uppercase module name
const moduleDisplayName = moduleConfig.header || `${moduleName.toUpperCase()} Module`;
// Add blank line for better readability
console.log();
// Display the module name in color first
console.log(chalk.cyan('?') + ' ' + chalk.magenta(moduleDisplayName));