Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Jan 5, 2025
1 parent 9b5c4b0 commit 10929f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/diagnostics/diagnostics.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/blackstork-io/fabric/pkg/utils/slogutil"
)

type Diag hcl.Diagnostics // Diagnostics does implement error interface, but not, itself, an error.
type Diag hcl.Diagnostics // Diagnostics does implement error interface, but is not, itself, an error.

func (d Diag) Error() string {
slog.Debug("Treated diagnostic.Diag as error", slogutil.SourceOverride(1))
Expand Down

0 comments on commit 10929f2

Please sign in to comment.