fix(forward): progress wait

This commit is contained in:
iyear 2023-11-26 12:20:13 +08:00
parent af2415f974
commit 22830c8d4e

View File

@ -89,6 +89,7 @@ func Run(ctx context.Context, opts Options) error {
})
go fwProgress.Render()
defer prog.Wait(ctx, fwProgress)
return fw.Forward(ctx)
})