Skip to content

Commit

Permalink
Minor fix in Hermes Inspector cli tool help message
Browse files Browse the repository at this point in the history
Summary:
Chrome recently changed schema from 'chrome-devtools' to just 'devtools',
this change updates Hermes inspector cli tool usage string to reflect that change

Changelog: Minor fix in Hermes Inspector cli tool help message

Reviewed By: dulinriley

Differential Revision: D22557806

fbshipit-source-id: 95ec9cbaac445e105e7e92aec2b6c4e5a7d7924f
  • Loading branch information
Oleg Bogdanov authored and facebook-github-bot committed Jul 16, 2020
1 parent 9f699ae commit 6ffb983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactCommon/hermes/inspector/chrome/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ debug server. For instance, running this:
will run a WebSocket server on port 9999 that debugs script.js in Hermes. Chrome
can connect to this debugging session using a URL like this:
chrome-devtools://devtools/bundled/inspector.html?experiments=false&v8only=true&ws=127.0.0.1:9999
devtools://devtools/bundled/inspector.html?experiments=false&v8only=true&ws=127.0.0.1:9999
Options:
Expand Down

0 comments on commit 6ffb983

Please sign in to comment.