eslint-community/eslint-plugin-promise

catch must re-throw

Aberta

#7 aberto em 25 de mar. de 2016

 (13 comentários) (0 reação) (0 responsável)JavaScript (103 forks)auto 404
enhancementhelp wanted

Métricas do repositório

Stars
 (998 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 2h) (12 fundiu PRs em 30d)

Description

I've heard that catch() should re-throw the error or return Promise.reject(err) anyway familiar with this? It's so you don't break the promise chain.

Guia do colaborador