mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
default accepted for installer quesitons
This commit is contained in:
@@ -859,7 +859,10 @@ class ModuleManager {
|
||||
|
||||
// Write back to manifest
|
||||
const yaml = require('yaml');
|
||||
const updatedContent = yaml.stringify(manifestData, {
|
||||
// Clean the manifest data to remove any non-serializable values
|
||||
const cleanManifestData = structuredClone(manifestData);
|
||||
|
||||
const updatedContent = yaml.stringify(cleanManifestData, {
|
||||
indent: 2,
|
||||
lineWidth: 0,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user