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
I’m pretty confused by this bug, please excuse me if this was already reported I did check but I find it likely there’s another case where similar occurs in different conditions that I may not have found in searching for existing issues.
consth="hi "+1console.log(h)
here’s a pretty basic example. for me, this logs nothing at all.
What I find confusing though is that if I log the length of h it’s correct, in this case 4. So I don’t know how the logging is blank? Logging other things works fine.
running through porf run works as expected, as far as I can tell this is limited to porf native.
The text was updated successfully, but these errors were encountered:
I’m pretty confused by this bug, please excuse me if this was already reported I did check but I find it likely there’s another case where similar occurs in different conditions that I may not have found in searching for existing issues.
here’s a pretty basic example. for me, this logs nothing at all.
What I find confusing though is that if I log the length of h it’s correct, in this case
4
. So I don’t know how the logging is blank? Logging other things works fine.running through
porf run
works as expected, as far as I can tell this is limited toporf native
.The text was updated successfully, but these errors were encountered: