Merge pull request #4437 from cli/fix-extension-io-bug
Set io when initializing extension manager
This commit is contained in:
commit
becc45a1df
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ func NewManager(io *iostreams.IOStreams) *Manager {
|
|||
platform: func() string {
|
||||
return fmt.Sprintf("%s-%s", runtime.GOOS, runtime.GOARCH)
|
||||
},
|
||||
io: io,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue