修复了格式化输出的问题

This commit is contained in:
codeboss 2025-04-05 21:18:11 +08:00
parent 2d979ebfce
commit 6936761994
1 changed files with 1 additions and 1 deletions

View File

@ -220,6 +220,6 @@ open HtmlStruct
path_hangout |> List.iter(fun path ->
let nodes_within = nodes_hangout|> List.filter(fun n -> n.object().filePath() = path)
document_def_fmt path nodes_within
document_def_fmt (Path.Combine(dir, path)) nodes_within
)