This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
main
electron
/
spec
/
fixtures
/
api
/
utility-process
/
inherit-stdout
/
test.js
4 lines
101 B
JavaScript
Raw
Permalink
Blame
History
process
.
stdout
.
write
(
process
.
argv
[
2
]
.
split
(
'--payload='
)
[
1
]
)
;
process
.
stdout
.
end
(
)
;
process
.
exit
(
0
)
;
View Git Blame
Copy Permalink