You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The provided example is not very concise or easy to understand (it actually doesn't even provide output, nor log an error in case the module can't be found).
Would be great if we could come up with some better examples.
I'm reworking the original example provided in the README RN.
Alas, I've yet to figure out how to actually invoke console.log.
The comments say it should be activated by default but this code fails
The code fails because you're running it in an 'empty' runtime that you have created, rather than the loop runtime which is provided as the argument to the function you're running in the loop, i.e. it should be
The code fails because you're running it in an 'empty' runtime that you have created, rather than the loop runtime which is provided as the argument to the function you're running in the loop, i.e. it should be
The provided example is not very concise or easy to understand (it actually doesn't even provide output, nor log an error in case the module can't be found).
Would be great if we could come up with some better examples.
I'm reworking the original example provided in the README RN.
Alas, I've yet to figure out how to actually invoke
console.log
.The comments say it should be activated by default but this code fails
Error logged @ stdout:
<nil> ReferenceError: console is not defined at <eval>:2:9(0)
The text was updated successfully, but these errors were encountered: