Add dialog.showErrorBox API
This commit is contained in:
parent
e004d53d2a
commit
490a12d38a
3 changed files with 9 additions and 0 deletions
|
@ -93,5 +93,8 @@ module.exports =
|
|||
window,
|
||||
callback
|
||||
|
||||
showErrorBox: (args...) ->
|
||||
binding.showErrorBox args...
|
||||
|
||||
# Mark standard asynchronous functions.
|
||||
v8Util.setHiddenValue f, 'asynchronous', true for k, f of module.exports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue