Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strings don’t concatenate in native? #200

Open
hazycora opened this issue Aug 30, 2024 · 0 comments
Open

Strings don’t concatenate in native? #200

hazycora opened this issue Aug 30, 2024 · 0 comments

Comments

@hazycora
Copy link

hazycora commented Aug 30, 2024

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.

const h = "hi " + 1
console.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant