Skip to content

Commit d4934af

Browse files
authored
Update MultiProfile.md
1 parent e441785 commit d4934af

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
@@ -38,7 +38,7 @@ HRESULT AppWindow::CreateControllerWithOptions()
3838
{
3939
ShowFailure(hr, L"Unable to create WebView2 due to an invalid profile name.");
4040
CloseAppWindow();
41-
return S_FALSE;
41+
return S_OK;
4242
}
4343
CHECK_FAILURE(hr);
4444

0 commit comments

Comments
 (0)