修复了格式化输出的问题
This commit is contained in:
parent
2d979ebfce
commit
6936761994
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue