mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: unconditionally plumb debug to parent process (#3479)
This commit is contained in:
parent
d537088af8
commit
a03c761201
@ -210,10 +210,7 @@ class Worker extends EventEmitter {
|
|||||||
this.stderr.push(data);
|
this.stderr.push(data);
|
||||||
});
|
});
|
||||||
this.on('debug', data => {
|
this.on('debug', data => {
|
||||||
if (runner._options.dumpio)
|
process.stderr.write(data + '\n');
|
||||||
process.stderr.write(data + '\n');
|
|
||||||
else
|
|
||||||
this.stderr.push(data + '\n');
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user