mode777 / rayjs

Javascript bindings for raylib in a single ~3mb executable
MIT License
100 stars 8 forks source link

Need support for console.log #1

Closed siddharthroy12 closed 1 year ago

siddharthroy12 commented 1 year ago

Trying to use console.log crashes the game

image

mode777 commented 1 year ago

Yeah I noticed that too thats why I added it back in yesterday (77cebb3dce6ab3db68363b3cfccbb79bf3a0bf65). If you don't want to wait for the next release and don't want to build yourself, you can use traceLog(LOG_INFO, "My log message") as a workaround.