chore(memory): simplify publish error

This commit is contained in:
Vincent Koc
2026-06-16 13:17:54 +02:00
parent d64db0fc3d
commit acdcf37f87

View File

@@ -136,7 +136,7 @@ export async function publishMemoryDatabaseTables(params: {
if (!loaded.ok) {
throw new Error(
`Failed to load sqlite-vec before publishing the full memory reindex: ` +
`${loaded.error ?? "unknown sqlite-vec load error"}`,
(loaded.error ?? "unknown sqlite-vec load error"),
);
}
}