Skip to content

Commit 7be3288

Browse files
authored
remove print statement
1 parent e6ca45c commit 7be3288

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spec-node/devContainersSpecCLI.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ function execOptions(y: Argv) {
690690
export type ExecArgs = UnpackArgv<ReturnType<typeof execOptions>>;
691691

692692
function execHandler(args: ExecArgs) {
693-
process.stdout.write(JSON.stringify(args));
694693
(async () => exec(args))().catch(console.error);
695694
}
696695

0 commit comments

Comments
 (0)