fix: no more need to hijack process.stdout on Win32 (#25765)
This commit is contained in:
parent
9717dff4fa
commit
57dc170e81
10 changed files with 9 additions and 63 deletions
|
@ -122,7 +122,7 @@ describe('node feature', () => {
|
|||
});
|
||||
await emittedOnce(child.stdout, 'close');
|
||||
expect(JSON.parse(output)).to.deep.equal({
|
||||
processLog: process.platform === 'win32' ? 'function' : 'undefined',
|
||||
stdoutType: 'pipe',
|
||||
processType: 'undefined',
|
||||
window: 'undefined'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue