Skip to content

Commit

Permalink
test output
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Aug 6, 2024
1 parent 286c6c1 commit 9d8f7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/playwright-recorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export function playwrightRecorder() {
]);

child.stdout.pipe(stripAsciiTransform).pipe(process.stdout);
child.stdout.pipe(stripAsciiTransform).pipe(ws);
//child.stdout.pipe(stripAsciiTransform).pipe(ws);
child.stderr.pipe(process.stderr);
child.stderr.pipe(ws);
//child.stderr.pipe(ws);

child.on('exit', (exitCode) => {
ws.end();
Expand Down

0 comments on commit 9d8f7b6

Please sign in to comment.