Skip to content

Commit

Permalink
Type cast error event
Browse files Browse the repository at this point in the history
  • Loading branch information
forabi committed Mar 27, 2018
1 parent ca08364 commit f09120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ loadIntersectionObserverPolyfill()
window.onerror = (message, source, line, column) => {
store.dispatch(
unhandledErrorThrown({
message,
message: String(message),
source,
line,
column,
Expand Down

0 comments on commit f09120f

Please sign in to comment.