Skip to content

Commit

Permalink
Clarify installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
hermo committed Aug 17, 2021
1 parent 410c8e9 commit 9cc6c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/npmi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (m *main) Run() error {
}
err = m.installFromNpm(cacheKey)
if err != nil {
return fmt.Errorf("can't install from NPM: %v", err)
return fmt.Errorf("installation failed: %v", err)
}
}

Expand Down

0 comments on commit 9cc6c85

Please sign in to comment.