In daily build 2015.2605 when there’s a problem in a module reference by a scene, I get this useful error (I’m using OS X, identifying info elided):
2015-04-17 15:16:43.016 Corona Simulator[22321:507] Runtime error
error loading module ‘X’ from file ‘x.lua’:
x.lua:103: ‘end’ expected (to close ‘if’ at line 99) near ‘if’
stack traceback:
[C]: in function ‘error’
?: in function ‘gotoScene’
In daily build 2015.2616, running the identical code produces this unhelpful error:
2015-04-17 15:19:32.593 Corona Simulator[22363:507] Runtime error
loop or previous error loading module ‘scene1’
stack traceback:
[C]: in function ‘error’
?: in function ‘gotoScene’
main.lua:196: in main chunk
That isn’t useful. It doesn’t reference the actual module where the typo is, or give me a line number.
Can Corona fix this? Thanks.