From 6ffb983f83afdee5d9290c683c5060d2a959818d Mon Sep 17 00:00:00 2001 From: Oleg Bogdanov Date: Thu, 16 Jul 2020 04:17:24 -0700 Subject: [PATCH] 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 --- ReactCommon/hermes/inspector/chrome/cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactCommon/hermes/inspector/chrome/cli/main.cpp b/ReactCommon/hermes/inspector/chrome/cli/main.cpp index 18ed974dd4fd33..8a019b8baca5de 100644 --- a/ReactCommon/hermes/inspector/chrome/cli/main.cpp +++ b/ReactCommon/hermes/inspector/chrome/cli/main.cpp @@ -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: