Skip to content

Commit

Permalink
add missing @ts-expect-error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Nov 12, 2024
1 parent 127e52d commit 344a1dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default (win = window): Plugin => {
} catch (e) {}

// Report unhandled promise rejections as handled if the user has configured it
// @ts-expect-error _config is private API
const unhandled = !client._config.reportUnhandledPromiseRejectionsAsHandled

const event = client.Event.create(error, false, {
Expand Down

0 comments on commit 344a1dc

Please sign in to comment.