chore(format): oxfmt qmd-manager

This commit is contained in:
vignesh07
2026-02-17 17:22:42 -08:00
committed by Vignesh Natarajan
parent c05d58f074
commit 5c3626a21f

View File

@@ -449,7 +449,11 @@ export class QmdMemoryManager implements MemorySearchManager {
parsed = parseQmdQueryJson(result.stdout, result.stderr);
}
} catch (err) {
if (!mcporterEnabled && qmdSearchCommand !== "query" && this.isUnsupportedQmdOptionError(err)) {
if (
!mcporterEnabled &&
qmdSearchCommand !== "query" &&
this.isUnsupportedQmdOptionError(err)
) {
log.warn(
`qmd ${qmdSearchCommand} does not support configured flags; retrying search with qmd query`,
);