Closed XDinEuro closed 2 years ago
https://jsbin.com/kuzorobuqo/edit?js,console
You should callback or emit an event to notify if an async exection finished
https://jsbin.com/kuzorobuqo/edit?js,console
You should callback or emit an event to notify if an async exection finished
thanks, this will solve the issue
Hi,
I am wondering if the
Sval.run()
can also be a asynchronous call, which means in playground, this logconsole.log('End: ' + interpreter.exports.end)
will be printed after the intermiediate print in executed code ,like thisIf not, is there a way to get the status of the code execution? How can I easily know if the code execution is finished?