Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Created January 5, 2021 11:48
Show Gist options
  • Save zlatkov/061340c34a074a023b4fd1b685fef0ea to your computer and use it in GitHub Desktop.
Save zlatkov/061340c34a074a023b4fd1b685fef0ea to your computer and use it in GitHub Desktop.
window.onerror = (msg, url, line, column, err) => {
// ... handle error …
return false;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment