mirror of
https://github.com/minio/mc.git
synced 2025-07-28 20:01:58 +03:00
update to newer libraries (#4464)
This commit is contained in:
@ -123,7 +123,7 @@ func mainAdminSpeedTestObject(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