mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Bump package version
This commit is contained in:
@ -852,7 +852,7 @@ async function autoUpdateExtensions() {
|
||||
return;
|
||||
}
|
||||
|
||||
toastr.info('Auto-updating extensions. This may take several minutes.', 'Please wait...', { timeOut: 10000, extendedTimeOut: 20000 });
|
||||
const banner = toastr.info('Auto-updating extensions. This may take several minutes.', 'Please wait...', { timeOut: 10000, extendedTimeOut: 10000 });
|
||||
const promises = [];
|
||||
for (const [id, manifest] of Object.entries(manifests)) {
|
||||
if (manifest.auto_update && id.startsWith('third-party')) {
|
||||
@ -861,6 +861,7 @@ async function autoUpdateExtensions() {
|
||||
}
|
||||
}
|
||||
await Promise.allSettled(promises);
|
||||
toastr.clear(banner);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user