Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Aug 25, 2021
1 parent 29b1fe0 commit 94d1ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/polyfill/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class ErrorEvent extends Event {
// @ts-ignore
window.__global_onerror_handler__ = function (error) {
// @ts-ignore
const event = new ErrorEvent('error',{
const event = new ErrorEvent('error', {
error: error,
message: error.message,
lineno: error.line,
Expand Down

0 comments on commit 94d1ab8

Please sign in to comment.