Skip to content

Commit

Permalink
fix: discard argument
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed May 11, 2023
1 parent df48ee1 commit ede6c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/dep_fragment.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func scanFragment(ctx context.Context, dir string, components []model.Component)
Dir: dir,
}
logger.Sugar().Debugf("fix: %s", string(must.A(json.Marshal(param))))
previews, e := param.Fix()
_, previews, e := param.Fix()
if e != nil {
return nil, fmt.Errorf("scan fragment: %w", e)
}
Expand Down

0 comments on commit ede6c0c

Please sign in to comment.