tiagolr / dconsole

Haxe game-like console that provides runtime acess to methods, variables and more.
MIT License
169 stars 16 forks source link

fix null pointer for situation when call registered function from console #44

Closed 7-by closed 9 years ago

7-by commented 9 years ago

When we call exprReturn(program), then we got null pointer exception, cuz locals not initialized yet

tiagolr commented 9 years ago

Thanks, this works as of hscript 2.0.3, didn't notice the hscript update.