Skip to content

Commit

Permalink
feat: print error
Browse files Browse the repository at this point in the history
Signed-off-by: Kasper J. Hermansen <[email protected]>
  • Loading branch information
kjuulh committed Jun 13, 2024
1 parent c4dca0a commit 6d2ad20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/extensions/registry_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (r *registryIndex) getExtensions(ctx context.Context) ([]registryExtension,

extensionContent, err := os.ReadFile(extensionPath)
if err != nil {
log.Printf("failed to get extension: %w, skipping extension", err)
log.Printf("failed to get extension: %s, skipping extension", err.Error())
continue
}

Expand Down

0 comments on commit 6d2ad20

Please sign in to comment.