Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vitkarpov
Created November 11, 2017 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitkarpov/82950202a2eabda47b6d7caaff84dbf4 to your computer and use it in GitHub Desktop.
Save vitkarpov/82950202a2eabda47b6d7caaff84dbf4 to your computer and use it in GitHub Desktop.
The right way to distinguish errors
if (err.code === 'ERR_HTTP_HEADERS_SENT') {
//do something with the error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment