sindresorhus/del

Async throw error delay

Aberta

#98 aberto em 12 de jul. de 2019

 (3 comentários) (0 reação) (0 responsável)JavaScript (71 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (1.305 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Would you accept a PR that would change how async errors are thrown so the error is thrown after all pending files being deleted are removed? This would help deal with side effects a lot cleaner, especially when testing.

Similar to https://github.com/sindresorhus/del/pull/90.

Guia do colaborador