Skip to content

Commit

Permalink
JS: Add header text to REPL interactive console
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 19, 2024
1 parent 4bd511c commit 385fe4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 385fe4b

Please sign in to comment.