bad function call in tap event causes error

Subject:bad function call in tap event causes error
Corona Version:0.3
System Version:10.5.8
HW Info (your computer specs): macbook pro osx
iPhone/iPod generation:n/a
iPhone/iPod firmware version:n/a

Severity - 1 Showstopper(crash), 2 Critical(hang or failure), 3 Important(doesn’t function as planned),
4 (annoying/aesthetic), 5 (N/A):3

Reproducibility (Every time, intermittent, only happened once, n/a):
Every time

Description:
If you call a non existing function from within the tap event the rest of the event will not run and no error message is presented.

Steps to reproduce (keep this as simple as possible):
function home.bg:tap(event)
fakeFunc()
print (‘does not print and no error message’)
end
home.bg:addEventListener(“tap”, home.bg)
[import]uid: 3439 topic_id: 163 reply_id: 300163[/import]

Are you running the ‘Corona Simulator’ application or ‘simulator’? Corona Simulator.app has no output. If you run ‘simulator’ from the terminal you should get the following error:

Script error: /Users/testuser/Scratch/main.lua:1: attempt to index global 'home' (a nil value)  
stack traceback:  
 [C]: ?  
 /Users/testuser/Scratch/main.lua:1: in main chunk  

If you are using ‘simulator’ then its possible you have an older sdk release. The versioning can be a little confusing, so go by date. The latest SDK release was 8/21. [import]uid: 5 topic_id: 163 reply_id: 152[/import]