Skip to content

Commit

Permalink
intial POC
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 committed Oct 12, 2023
1 parent a1f9c5e commit b9e984a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cli-exec/src/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ async function* spawn(cmd, args) {
console.error(`Process exited with code ${code}`);
}

//console.error('Stderr:', stderrData);
console.error('stdoutData:', stdoutData.length);
console.error('Stderr:', stderrData.length);
// We can send stderr `stderrData` or stdout `stdoutData` to the api from here
});


Expand Down

0 comments on commit b9e984a

Please sign in to comment.