Skip to content

Instantly share code, notes, and snippets.

@zbicin
Created December 17, 2017 08:48
Show Gist options
  • Select an option

  • Save zbicin/6125746c20d4d7d795fcdae42304c3a1 to your computer and use it in GitHub Desktop.

Select an option

Save zbicin/6125746c20d4d7d795fcdae42304c3a1 to your computer and use it in GitHub Desktop.
Damn error handler
function damnHandler(e) {
console.log('%c.', 'font-size: 1px; line-height: 140px; padding: 70px 125px; background: url("https://media.giphy.com/media/r1HGFou3mUwMw/giphy-downsized.gif");');
throw e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment