-
Notifications
You must be signed in to change notification settings - Fork 633
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
Property 'console' doesn't exist #675
Comments
Hi @aianshume, If you'd like to run the Hermes executable directly, you should be able to use the |
nice one thank you |
That is funny, since JS/TS runtimes like Node.js or Bun do know about console. I believe Herman should create a simple wrapper, so all console.* calls will become |
@melroy89 absolutely, runtimes should provide an implementation of It would be convenient to add an implementation of console to the hermes tool. |
Bug Description
gradle clean
and confirmed this bug does not occur with JSCHermes version: 0.11.0
React Native version (if any):
OS version (if any): zorin os 16 lite (based on ubuntu 20.04)
Platform (most likely one of arm64-v8a, armeabi-v7a, x86, x86_64): x86_64
Steps To Reproduce
code example:
console.log("Hemes works!");
The Expected Behavior
Hermes Works
Screenshot
The text was updated successfully, but these errors were encountered: