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
2
spec/fixtures/module/run-as-node.js
vendored
2
spec/fixtures/module/run-as-node.js
vendored
|
@ -1,5 +1,5 @@
|
|||
console.log(JSON.stringify({
|
||||
processLog: typeof process.log,
|
||||
stdoutType: process.stdout._type,
|
||||
processType: typeof process.type,
|
||||
window: typeof window
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue