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 e6ca45c commit 7be3288Copy full SHA for 7be3288
src/spec-node/devContainersSpecCLI.ts
@@ -690,7 +690,6 @@ function execOptions(y: Argv) {
690
export type ExecArgs = UnpackArgv<ReturnType<typeof execOptions>>;
691
692
function execHandler(args: ExecArgs) {
693
- process.stdout.write(JSON.stringify(args));
694
(async () => exec(args))().catch(console.error);
695
}
696
0 commit comments