Skip to content

Commit

Permalink
print stdout and stderr of losslescut
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Sep 1, 2024
1 parent 179b7f5 commit 43cb100
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/e2e.mts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ try {

console.log('Waiting for app to quit');

await ps;
const { stdout, stderr } = await ps;

console.log('App has quit');

console.log('stdout:', stdout);
console.log('stderr:', stderr);

0 comments on commit 43cb100

Please sign in to comment.