mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Return value from bindings method
This commit is contained in:
@@ -13,5 +13,5 @@ exports.openExternal = (url, options) => {
|
||||
activate = !!options.activate;
|
||||
}
|
||||
|
||||
bindings._openExternal(url, activate);
|
||||
return bindings._openExternal(url, activate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user