I believe it WILL just continue skipping errors.
Granted, that's a big reason why you should really use better error trapping
and logging so you can handle errors better than just saying "oh...just
pretend this isn't here."
And, obviously, it's not good for the code. It'll be a mess cos' not
everything was handled properly so bits/pieces of it may run and others will
have errors. So you should ONLY use this type of error handler in code where
you know there may be some silly errors that won't matter in the scheme of
things.