In exec mode, stdout and stderr go to the JS console. This is okay for debugging, but it's not useful for the average user. At a bare minimum, it'd be nice to have print work.
Note that, in eval mode, these outputs can be sent to the (LiaScript-provided) console for a much better experience. I don't think this is available in the exec mode.
In exec mode, stdout and stderr go to the JS console. This is okay for debugging, but it's not useful for the average user. At a bare minimum, it'd be nice to have
printwork.Note that, in eval mode, these outputs can be sent to the (LiaScript-provided) console for a much better experience. I don't think this is available in the exec mode.