From 5332d968e63638da27f0251236321b2588c0190c Mon Sep 17 00:00:00 2001 From: maddalax Date: Mon, 23 Sep 2024 16:56:01 -0500 Subject: [PATCH] hmm --- cli/htmgo/tasks/astgen/writer.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/htmgo/tasks/astgen/writer.go b/cli/htmgo/tasks/astgen/writer.go index 93f5697..578f3eb 100644 --- a/cli/htmgo/tasks/astgen/writer.go +++ b/cli/htmgo/tasks/astgen/writer.go @@ -46,6 +46,9 @@ func WriteFile(path string, cb func(content *ast.File) string) { } bytes = []byte(cb(f)) + + slog.Debug("astgen.WriteFile", slog.String("path", path), slog.String("content", string(bytes))) + formatEnabled := true if formatEnabled {