From 4c0cab2572e0f85dcfb44d093294a53d1fc6012e Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 22 Aug 2020 16:14:39 -0600 Subject: [PATCH] Add hint for Hack repl --- backend/src/langs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/langs.ts b/backend/src/langs.ts index 76371f5..5d04a6c 100644 --- a/backend/src/langs.ts +++ b/backend/src/langs.ts @@ -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 {