Skip to content

Commit

Permalink
fix(page): Page.createIsolatedWorld error catching has been added
Browse files Browse the repository at this point in the history
when navigating, frames are destroyed and sending events leads to an error that crashes the whole process
  • Loading branch information
DimaShustal committed Dec 15, 2021
1 parent 1c44551 commit 3c20ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/FrameManager.ts
Expand Up @@ -398,7 +398,7 @@ export class FrameManager extends EventEmitter {
frameId: frame._id,
worldName: name,
grantUniveralAccess: true,
})
}).catch(console.error)
)
);
}
Expand Down

0 comments on commit 3c20ab4

Please sign in to comment.