chore: updated plugins
This commit is contained in:
@@ -343,7 +343,10 @@ export async function handlePluginInstall() {
|
||||
return ok
|
||||
})
|
||||
for (const ok of results) {
|
||||
if (!ok) { failed++; installed-- }
|
||||
if (!ok) {
|
||||
failed++
|
||||
installed--
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -881,7 +884,10 @@ export async function handlePluginRestore() {
|
||||
return ok
|
||||
})
|
||||
for (const ok of results) {
|
||||
if (!ok) { failed++; installed-- }
|
||||
if (!ok) {
|
||||
failed++
|
||||
installed--
|
||||
}
|
||||
}
|
||||
await regeneratePluginIndex()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user