Skip to content

Instantly share code, notes, and snippets.

@vitkarpov
Created November 11, 2017 08:56
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/cdc10f0ed0c3e26560538fdf41a79364 to your computer and use it in GitHub Desktop.
Save vitkarpov/cdc10f0ed0c3e26560538fdf41a79364 to your computer and use it in GitHub Desktop.
Don't do this anymore, there're erorrs' codes since Node.js 9.0.0
if (err.message === 'Can\'t set headers after they are sent.') {
//do something with the error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment