We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebcad2 commit e441785Copy full SHA for e441785
1 file changed
specs/MultiProfile.md
@@ -36,7 +36,7 @@ HRESULT AppWindow::CreateControllerWithOptions()
36
m_webviewOption.profile.c_str(), m_webviewOption.isInPrivate, options.GetAddressOf());
37
if (hr == E_INVALIDARG)
38
{
39
- ShowFailure(hr, L"Invalid profile name, create WebView failed! Window is closing.");
+ ShowFailure(hr, L"Unable to create WebView2 due to an invalid profile name.");
40
CloseAppWindow();
41
return S_FALSE;
42
}
0 commit comments