fix(tui): rename log files query

This commit is contained in:
James Long
2026-07-21 18:31:59 +00:00
parent 889c313462
commit 4e38121a60
+1 -1
View File
@@ -30,7 +30,7 @@ export function startTerminalControlQueries(renderer: CliRenderer) {
})
return { ...snapshot, nodes: [...snapshot.nodes, ...inferred] }
},
logs: () => Logging.file(),
"log-files": () => Logging.file(),
},
})
}