This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5d657dece4
electron
/
spec
/
fixtures
/
module
/
delay-exit.js
4 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
const
{
app
}
=
require
(
'electron'
)
;
fix: ensure the inspector agent is shutdown before cleaning up the node env (#18028) * fix: ensure the inspector agent is shutdown before cleaning up the node env * spec: add tests to ensure clean shutdown with connected inspector agent * Update node_debugger.cc
2019-04-30 22:44:40 +00:00
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
process
.
on
(
'message'
,
(
)
=>
app
.
quit
(
)
)
;
Reference in a new issue
Copy permalink