Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit dedbddc

Browse files
committed
fix(plugins/plugin-core-support): watch ls does not update the header
Fixes #7123
1 parent aa0cf29 commit dedbddc

File tree

1 file changed

+1
-0
lines changed
  • plugins/plugin-core-support/src/lib/cmds

1 file changed

+1
-0
lines changed

plugins/plugin-core-support/src/lib/cmds/watch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class TableWatcher implements Abortable, Watcher {
4848
this.timeout = setInterval(async () => {
4949
const table = await this.args.REPL.qexec(this.command)
5050
if (isTable(table)) {
51+
pusher.header(table.header)
5152
pusher.setBody(table.body)
5253
} else {
5354
this.abort()

0 commit comments

Comments
 (0)