Add "Hermes only" to open debugger key prompt

Summary: Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D50327180

fbshipit-source-id: 6ee08fadd313828ddbc7702d5b3b1174a91b1ac1
This commit is contained in:
Alex Hunt
2023-10-17 02:57:55 -07:00
committed by Alex Hunt
parent 9b9c07eaf0
commit bf0cdfcdd4
@@ -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`,
'',