We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3f95e commit 23130a4Copy full SHA for 23130a4
plugins/plugin-codeflare-dashboard/src/controller/dashboard/index.ts
@@ -37,7 +37,7 @@ export type Options = Arguments["parsedOptions"] & {
37
38
/** Behave like top, where the screen is cleared just for this process */
39
function enterAltBufferMode() {
40
- console.log("\x1b[?1049h")
+ process.stdout.write("\x1b[?1049h")
41
}
42
43
export function usage(cmd: string, extraKinds: string[] = []) {
0 commit comments