We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e441785 commit d4934afCopy full SHA for d4934af
1 file changed
specs/MultiProfile.md
@@ -38,7 +38,7 @@ HRESULT AppWindow::CreateControllerWithOptions()
38
{
39
ShowFailure(hr, L"Unable to create WebView2 due to an invalid profile name.");
40
CloseAppWindow();
41
- return S_FALSE;
+ return S_OK;
42
}
43
CHECK_FAILURE(hr);
44
0 commit comments