More info on Logger about Errors.
Right now the Logger does show information, but its not very informative. It'd be nice if it showed what object the script is running into errors is in.
Original CURRENT error reporting
TypeError: cannot read property 'play' of undefined at [anon] (Script:6) preventsyield
What I think it should be
TypeError: cannot read property 'play' of undefined at [anon] (NameOfObjectHere) (Script:6) preventsyield
It would help debugging problems in larger projects and help the overall workflow of debugging.