Value Input

Anyone know why I can’t type in value when code is executed? I should be able to input a value after executing the command but instead it give me a new line.

Try putting await at the start of line 3, so await(async () => {.

Then It give me an error.

Try putting // @ts-ignore on line 2 or not do it in the ts file but the js one.