mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
refac tools part 1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const fs = require('fs-extra');
|
||||
const { escapeXml } = require('../lib/xml-utils');
|
||||
const { escapeXml } = require('../cli/lib/xml-utils');
|
||||
|
||||
function indentFileContent(content) {
|
||||
if (typeof content !== 'string') {
|
||||
|
||||
Reference in New Issue
Block a user