Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Do not wrap errors from fetch & remove dead code
The errors from fetch were strongly emphasized (all red) for no obvious reason. Moreover, everything after the first error event emission never ran since the error event seems to cause an error to be thrown.
- Loading branch information