Skip to content

Commit 688b250

Browse files
Update contentScript.ts
1 parent 6a743c1 commit 688b250

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/extension/contentScript.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ window.addEventListener('message', (msg) => {
3535
if (action === 'aReactApp') {
3636
chrome.runtime.sendMessage(msg.data);
3737
}
38-
39-
return true // newest return true to determine if this solves current unhandled exceptions.
4038
});
4139

4240
// Listening for messages from the UI of the Reactime extension.

0 commit comments

Comments
 (0)