mirror of
https://github.com/Eugeny/tabby.git
synced 2025-04-12 16:10:26 +08:00
Fix wrong usage of the progress bar
This commit is contained in:
parent
0c73ce847b
commit
ac596e323b
@ -255,8 +255,8 @@ export async function loadPlugins (foundPlugins: PluginInfo[], progress: Progres
|
||||
setTimeout(x, 50)
|
||||
}))
|
||||
}
|
||||
progress(1, 1)
|
||||
|
||||
await Promise.all(pluginsPromises)
|
||||
|
||||
progress(1, 1)
|
||||
return plugins
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user