Skip to content

Commit

Permalink
Merge pull request #1461 from bugsnag/bengourley/rn-flow-syntax
Browse files Browse the repository at this point in the history
[PLAT-1458]: fix(plugin-react-native-unhandled-rejection): Remove flow syntax
  • Loading branch information
bengourley authored Jul 5, 2021
2 parents 5d4d4f8 + 5c1aacd commit fa63707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const rnInternalOnUnhandled = (id, rejection) => {

const warning =
`Possible Unhandled Promise Rejection (id: ${id}):\n` +
`${message ?? ''}\n` +
`${message || ''}\n` +
(stack == null ? '' : stack)
console.warn(warning)
}

0 comments on commit fa63707

Please sign in to comment.