fix(tui): rename log files query
This commit is contained in:
parent
889c313462
commit
4e38121a60
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue