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
roller/chromium/main
electron
/
spec
/
fixtures
/
module
/
ping.js
5 lines
83 B
JavaScript
Raw
Permalink
Blame
History
process
.
on
(
'message'
,
function
(
msg
)
{
process
.
send
(
msg
)
;
process
.
exit
(
0
)
;
}
)
;
View Git Blame
Copy Permalink