fix(tui): rename log files query

This commit is contained in:
James Long 2026-07-21 18:31:59 +00:00
commit 4e38121a60

View file

@ -30,7 +30,7 @@ export function startTerminalControlQueries(renderer: CliRenderer) {
}) })
return { ...snapshot, nodes: [...snapshot.nodes, ...inferred] } return { ...snapshot, nodes: [...snapshot.nodes, ...inferred] }
}, },
logs: () => Logging.file(), "log-files": () => Logging.file(),
}, },
}) })
} }