Emitr catches errors thrown by listener code, so that an error in one listener doesn't prevent other listeners from receiving the same event. Unfortunately, this prevents developers from becoming aware of errors within their code. Instead, emitr should log any errors to the console with code like this:
if(window.console) console.error(e);