feature/node-usage (#88)

This commit is contained in:
T. von Dein
2026-07-10 13:37:59 +02:00
parent 5644046c78
commit 311a8474d6
4 changed files with 94 additions and 5 deletions

View File

@@ -280,6 +280,7 @@ func prettyfiJson(conf *cfg.Config, raw []byte) (string, error) {
err := json.Indent(&pretty, raw, "", "\t")
if err != nil {
//nolint:nilerr
return string(raw), nil
}