launcher: remove unneeded pipes
This commit is contained in:
parent
4bb5ff2932
commit
c394a571ff
@ -18,9 +18,6 @@ export default async (browserPath, args, transport, extra) => {
|
||||
stdio: ['ignore', 'pipe', 'pipe', 'pipe', 'pipe']
|
||||
});
|
||||
|
||||
proc.stdout.pipe(proc.stdout);
|
||||
proc.stderr.pipe(proc.stderr);
|
||||
|
||||
log(`connecting to CDP over ${transport === 'stdio' ? 'stdio pipe' : `websocket (${port})`}...`);
|
||||
|
||||
let CDP;
|
||||
|
Loading…
x
Reference in New Issue
Block a user