Add hint for Hack repl

This commit is contained in:
Radon Rosborough 2020-08-22 16:14:39 -06:00
parent 85a5b33180
commit 4c0cab2572
1 changed files with 1 additions and 1 deletions

View File

@ -957,7 +957,7 @@ func main() {
repl: "hhvm -a",
input: "print 123 * 234",
main: "main.hack",
run: "hhvm -a main.hack",
run: `echo "Type 'r' at the debugger prompt to run the code" && hhvm -a main.hack`,
helloInput: "r",
scope: {
code: `function x() : int {