Skip to content

Commit e441785

Browse files
Update specs/MultiProfile.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 1ebcad2 commit e441785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/MultiProfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ HRESULT AppWindow::CreateControllerWithOptions()
3636
m_webviewOption.profile.c_str(), m_webviewOption.isInPrivate, options.GetAddressOf());
3737
if (hr == E_INVALIDARG)
3838
{
39-
ShowFailure(hr, L"Invalid profile name, create WebView failed! Window is closing.");
39+
ShowFailure(hr, L"Unable to create WebView2 due to an invalid profile name.");
4040
CloseAppWindow();
4141
return S_FALSE;
4242
}

0 commit comments

Comments
 (0)