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
/
custom-exit.js
4 lines
81 B
JavaScript
Raw
Permalink
Blame
History
const
arg
=
process
.
argv
[
2
]
;
const
code
=
arg
.
split
(
'='
)
[
1
]
;
process
.
exit
(
code
)
;
View Git Blame
Copy Permalink