Final cleanup
This commit is contained in:
parent
aab78db8b8
commit
001b4a3179
2 changed files with 20 additions and 13 deletions
|
@ -113,4 +113,5 @@ module.exports =
|
|||
binding.showErrorBox args...
|
||||
|
||||
# Mark standard asynchronous functions.
|
||||
v8Util.setHiddenValue f, 'asynchronous', true for k, f of module.exports
|
||||
for api in ['showMessageBox', 'showOpenDialog', 'showSaveDialog']
|
||||
v8Util.setHiddenValue module.exports[api], 'asynchronous', true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue