Skip to content

Commit 8c36aaa

Browse files
huntiefacebook-github-bot
authored andcommitted
Add "Hermes only" to open debugger key prompt
Summary: Changelog: [Internal] Reviewed By: cortinico Differential Revision: D50327180 fbshipit-source-id: 6ee08fadd313828ddbc7702d5b3b1174a91b1ac1
1 parent 320dc4e commit 8c36aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/community-cli-plugin/src/commands/start/attachKeyHandlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function attachKeyHandlers({
103103
`${chalk.bold('a')} - run on Android`,
104104
`${chalk.bold('d')} - open Dev Menu`,
105105
...(experimentalDebuggerFrontend
106-
? [`${chalk.bold('j')} - open debugger (experimental)`]
106+
? [`${chalk.bold('j')} - open debugger (experimental, Hermes only)`]
107107
: []),
108108
`${chalk.bold('r')} - reload app`,
109109
'',

0 commit comments

Comments
 (0)