mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-07 10:34:44 +00:00
chore(memory): simplify publish error
This commit is contained in:
@@ -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"),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user