chore: apply formatter
This commit is contained in:
committed by
Vignesh
parent
edd6289f26
commit
9bef525944
@@ -319,7 +319,12 @@ export async function runMemoryStatus(opts: MemoryCommandOptions) {
|
||||
) as MemorySourceName[];
|
||||
const workspaceDir = status.workspaceDir;
|
||||
const scan = workspaceDir
|
||||
? await scanMemorySources({ workspaceDir, agentId, sources, extraPaths: status.extraPaths })
|
||||
? await scanMemorySources({
|
||||
workspaceDir,
|
||||
agentId,
|
||||
sources,
|
||||
extraPaths: status.extraPaths,
|
||||
})
|
||||
: undefined;
|
||||
allResults.push({ agentId, status, embeddingProbe, indexError, scan });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user