revert removal of _ = f() to pacify linter
This commit is contained in:
parent
d8f1baa519
commit
a5ae72cb26
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ func ports(opts *portsOptions) error {
|
|||
devContainerResult := <-devContainerCh
|
||||
if devContainerResult.err != nil {
|
||||
// Warn about failure to read the devcontainer file. Not a ghcs command error.
|
||||
log.Errorf("Failed to get port names: %v\n", devContainerResult.err.Error())
|
||||
_, _ = log.Errorf("Failed to get port names: %v\n", devContainerResult.err.Error())
|
||||
}
|
||||
|
||||
table := output.NewTable(os.Stdout, opts.asJSON)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue