mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: no more need to hijack process.stdout on Win32 (#25765)
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user