Return value from bindings method
This commit is contained in:
parent
42041cd402
commit
5e5313d8b1
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ exports.openExternal = (url, options) => {
|
|||
activate = !!options.activate;
|
||||
}
|
||||
|
||||
bindings._openExternal(url, activate);
|
||||
return bindings._openExternal(url, activate);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue