Skip to content

Commit

Permalink
fix another lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 20, 2024
1 parent b60e466 commit c93fca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/async/AggregateError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ declare const process: { env: any } | undefined
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError#browser_compatibility
*/
const AggregateErrorOrPolyfill: AggregateErrorConstructor =
// eslint-disable-next-line compat/compat
globalThis.AggregateError ??
(class AggregateError extends Error {
errors: Error[]
Expand Down

0 comments on commit c93fca6

Please sign in to comment.