aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-24 07:11:44 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-24 07:11:44 +0800
commitb5de98100d5e3e66c8309aeefc9f944faeffc983 (patch)
tree4063085be63751df5d47d767ae841dcb9da59c89
parentREADME.md: Clarify hash algorithm selection issue (diff)
downloadpowxy-b5de98100d5e3e66c8309aeefc9f944faeffc983.tar.gz
powxy-b5de98100d5e3e66c8309aeefc9f944faeffc983.tar.zst
powxy-b5de98100d5e3e66c8309aeefc9f944faeffc983.zip
main.go: Log template execution errorsv0.1.8
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 52dd7e4..e900933 100644
--- a/main.go
+++ b/main.go
@@ -45,6 +45,7 @@ func main() {
Global: global,
})
if err != nil {
+ log.Println("Error executing template:", err)
}
}