mirror of
https://github.com/minio/mc.git
synced 2025-07-30 07:23:03 +03:00
update to newer libraries (#4464)
This commit is contained in:
@ -83,7 +83,7 @@ func mainAdminSpeedTestNetperf(ctx *cli.Context, aliasedURL string, outCh chan<-
|
||||
|
||||
p := tea.NewProgram(initSpeedTestUI())
|
||||
go func() {
|
||||
if e := p.Start(); e != nil {
|
||||
if _, e := p.Run(); e != nil {
|
||||
os.Exit(1)
|
||||
}
|
||||
close(done)
|
||||
|
Reference in New Issue
Block a user