mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-12 19:34:34 +00:00
Fix wrong usage of the progress bar
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user