JS: Add header text to REPL interactive console

This commit is contained in:
Willy-JL
2024-03-19 01:55:21 +00:00
parent 4bd511c214
commit 385fe4b4e6

View File

@@ -8,6 +8,7 @@ let tmp_number = 0;
let result = "Run JavaScript Code";
while (dialog.message("Interactive Console", result)) {
keyboard.setHeader("Type JavaScript Code");
let input = keyboard.text(256);
if (!input) break;