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 Oct 24, 2024
1 parent b0acd2f commit 25ca84e
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 25ca84e

Please sign in to comment.