Callback uses (platform specific) error, with message
This commit is contained in:
parent
5e8059e0fa
commit
99a5258999
5 changed files with 83 additions and 35 deletions
|
@ -62,7 +62,8 @@ bool OpenExternal(
|
|||
platform_util::OpenExternalCallback callback;
|
||||
if (mate::Converter<platform_util::OpenExternalCallback>::FromV8(
|
||||
args->isolate(), peek, &callback)) {
|
||||
return platform_util::OpenExternal(url, activate, callback);
|
||||
platform_util::OpenExternal(url, activate, callback);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue