Skip to content

Commit 6ffb983

Browse files
Oleg Bogdanovfacebook-github-bot
Oleg Bogdanov
authored andcommitted
Minor fix in Hermes Inspector cli tool help message
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
1 parent 9f699ae commit 6ffb983

File tree

1 file changed

+1
-1
lines changed
  • ReactCommon/hermes/inspector/chrome/cli

1 file changed

+1
-1
lines changed

ReactCommon/hermes/inspector/chrome/cli/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ debug server. For instance, running this:
3838
will run a WebSocket server on port 9999 that debugs script.js in Hermes. Chrome
3939
can connect to this debugging session using a URL like this:
4040
41-
chrome-devtools://devtools/bundled/inspector.html?experiments=false&v8only=true&ws=127.0.0.1:9999
41+
devtools://devtools/bundled/inspector.html?experiments=false&v8only=true&ws=127.0.0.1:9999
4242
4343
Options:
4444

0 commit comments

Comments
 (0)