Skip to content

Instantly share code, notes, and snippets.

@guisouza
Last active August 29, 2015 14:28
Show Gist options
  • Save guisouza/83b415f898b9bd60f080 to your computer and use it in GitHub Desktop.
Save guisouza/83b415f898b9bd60f080 to your computer and use it in GitHub Desktop.
window.onerror = function(){
var file = arguments[1]
var line = arguments[2]
var collumn = arguments[3]
var searchUrl = encodeURIComponent(arguments[0])
console.log('Ocorreu um erro no arquivo',file,'na linha',line,':',collumn)
console.log('Para buscar o erro, acesso o link :','http://stackoverflow.com/search?q='+searchUrl )
console.log('Powered By :')
console.log('%c', 'padding:28px 119px;line-height:100px;background:url(http://cdn.sstatic.net/stackoverflow/img/sprites.png?v=6) no-repeat;');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment