Skip to content

Commit

Permalink
Add "Hermes only" to open debugger key prompt
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D50327180

fbshipit-source-id: 6ee08fadd313828ddbc7702d5b3b1174a91b1ac1
  • Loading branch information
huntie authored and facebook-github-bot committed Oct 17, 2023
1 parent 320dc4e commit 8c36aaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function attachKeyHandlers({
`${chalk.bold('a')} - run on Android`,
`${chalk.bold('d')} - open Dev Menu`,
...(experimentalDebuggerFrontend
? [`${chalk.bold('j')} - open debugger (experimental)`]
? [`${chalk.bold('j')} - open debugger (experimental, Hermes only)`]
: []),
`${chalk.bold('r')} - reload app`,
'',
Expand Down

0 comments on commit 8c36aaa

Please sign in to comment.