Skip to content

Commit

Permalink
debug formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 1, 2024
1 parent 222a30c commit bbfb7b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions format/composite.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func NewCompositeFormatter(
env := expand.ListEnviron(os.Environ()...)

for name, formatterCfg := range cfg.FormatterConfigs {
fmt.Printf("name: %v\n", name)
formatter, err := newFormatter(name, cfg.TreeRoot, env, formatterCfg)

if errors.Is(err, ErrCommandNotFound) && cfg.AllowMissingFormatter {
Expand Down

0 comments on commit bbfb7b1

Please sign in to comment.