Add BIND_DONE event for process object
This commit is contained in:
parent
e110f5c37c
commit
24b4fcea15
3 changed files with 6 additions and 4 deletions
|
@ -84,5 +84,5 @@ if nodeIntegration in ['true', 'all', 'except-iframe', 'manual-enable-iframe']
|
|||
else
|
||||
# There still some native initialization codes needs "process", delete the
|
||||
# global reference after they are done.
|
||||
setImmediate ->
|
||||
process.once 'BIND_DONE', ->
|
||||
delete global.process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue