Skip to content

Commit

Permalink
fix: cast github known errors swallows unknown errors (#3350)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Jan 22, 2024
1 parent 13d793c commit 856a7b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export class GithubCastKnownErrorsInterceptor
type: "github_rate_limited",
};
}

throw err;
}
}
}

0 comments on commit 856a7b7

Please sign in to comment.