Force reporters to report

when you do untitled script pic(13), the reporter doesn't report. if you put it in most other blocks, like untitled script pic(14) , it runs forever and almost crashes snap!.
can you (jens or bh) force reporters to report?

@jens Maybe insert ;report NULL at the bottom of all JSFunction functions?

We often want JS functions to not return anything. Hey, this isn't a bug at all, if you feel the need to use JS functions, better make sure they behave. We're also not preventing users to write JS functions with infinite loops.

OK, closing.