Skip to content

Commit

Permalink
fix(crate): rethrow existing error (#8522)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Feb 3, 2021
1 parent 8032ffd commit 29700db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/datasource/crate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ export async function fetchCrateRecordsPayload(
) {
throw new ExternalHostError(err);
}

throw err;
}
}

Expand Down

0 comments on commit 29700db

Please sign in to comment.