From 2f0de3acdc646ee5ab4a1f3f0a63303c243e069f Mon Sep 17 00:00:00 2001 From: codeboss <2422523675@qq.com> Date: Sat, 5 Apr 2025 22:13:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8A=A8=E4=BD=9C=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AstConv/FmtStruct.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/AstConv/FmtStruct.fs b/AstConv/FmtStruct.fs index 5718de1..d98f56d 100644 --- a/AstConv/FmtStruct.fs +++ b/AstConv/FmtStruct.fs @@ -187,6 +187,7 @@ open HtmlStruct let xcontent = head_str + (nodes_str|> List.reduce(fun a b -> a + "\n" + b)) use wr = new StreamWriter(path,false) wr.Write(xcontent) + printfn $"- {path}文档格式化完成。"