From 6936761994bbb2c1bba0ac87239af6fe2c31bd7e Mon Sep 17 00:00:00 2001 From: codeboss <2422523675@qq.com> Date: Sat, 5 Apr 2025 21:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E8=BE=93=E5=87=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AstConv/FmtStruct.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AstConv/FmtStruct.fs b/AstConv/FmtStruct.fs index 922f05c..5718de1 100644 --- a/AstConv/FmtStruct.fs +++ b/AstConv/FmtStruct.fs @@ -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 )