mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Update src/plugins/built-in/globalSearch/src/core/index.ts
Co-authored-by: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com>
This commit is contained in:
@@ -66,7 +66,6 @@ const settings = defineSettings({
|
|||||||
// Close all database connections properly before deletion
|
// Close all database connections properly before deletion
|
||||||
try {
|
try {
|
||||||
await resetDatabase();
|
await resetDatabase();
|
||||||
console.log("betterseqta-index database closed and reset");
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.warn("Failed to reset betterseqta-index database:", e);
|
console.warn("Failed to reset betterseqta-index database:", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user