Skip to content

Commit fd6407d

Browse files
Update specs/CDPSessionIdSupport.md
Co-authored-by: MikeHillberg <18429489+MikeHillberg@users.noreply.github.com>
1 parent cb26da4 commit fd6407d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/CDPSessionIdSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ private void CoreWebView2_AttachedToTarget(CoreWebView2 sender, CoreWebView2DevT
204204
m_devToolsSessionMap[sessionId] = targetId;
205205
string type = GetJSONStringField(jsonMessage, L"type");
206206
string url = GetJSONStringField(jsonMessage, L"url");
207-
m_devToolsTargetDescriptionMap[targetId] = type + L"," + url;
207+
m_devToolsTargetDescriptionMap[targetId] = $"{type",{url}";
208208
// Auto attach to targets further created from this target.
209209
_ = m_webview.CallDevToolsProtocolMethodAsync("Target.setAutoAttach",
210210
@"{""autoAttach"":true,""waitForDebuggerOnStart"":false,""flatten"":true}",

0 commit comments

Comments
 (0)