Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b2cce13

Browse filesBrowse files
dokugoBridgeAR
authored andcommitted
inspector: update faviconUrl
PR-URL: #29562 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 3f6ce39 commit b2cce13
Copy full SHA for b2cce13

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎src/inspector_socket_server.cc‎

Copy file name to clipboardExpand all lines: src/inspector_socket_server.cc
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ void InspectorSocketServer::SendListResponse(InspectorSocket* socket,
343343
response.push_back(std::map<std::string, std::string>());
344344
std::map<std::string, std::string>& target_map = response.back();
345345
target_map["description"] = "node.js instance";
346-
target_map["faviconUrl"] = "https://nodejs.org/static/favicon.ico";
346+
target_map["faviconUrl"] =
347+
"https://nodejs.org/static/images/favicons/favicon.ico";
347348
target_map["id"] = id;
348349
target_map["title"] = delegate_->GetTargetTitle(id);
349350
Escape(&target_map["title"]);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.