зеркало из https://github.com/electron/electron.git
fix a messed up merge
This commit is contained in:
Родитель
640a145112
Коммит
6fbd84fc80
|
@ -244,7 +244,8 @@ std::string OpenExternalOnWorkerThread(
|
|||
// have been escaped.
|
||||
std::wstring escaped_url =
|
||||
L"\"" + base::UTF8ToWide(net::EscapeExternalHandlerValue(url.spec())) +
|
||||
std::wstring working_dir = options.working_dir.value();
|
||||
L"\"";
|
||||
std::wstring working_dir = options.working_dir.value();
|
||||
|
||||
if (reinterpret_cast<ULONG_PTR>(
|
||||
ShellExecuteW(nullptr, L"open", escaped_url.c_str(), nullptr,
|
||||
|
|
Загрузка…
Ссылка в новой задаче