Skip to content

Commit

Permalink
Fix main (#26120)
Browse files Browse the repository at this point in the history
## Summary

Prettier was bumped recently. So any branch not including that bump,
might bring in outdated formatting (e.g.
#26068)

## How did you test this change?

- [x] `yarn prettier-all`
  • Loading branch information
eps1lon committed Feb 7, 2023
1 parent c12194f commit 13f4ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-extensions/src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (!IS_FIREFOX) {
world: chrome.scripting.ExecutionWorld.MAIN,
},
],
function() {
function () {
// When the content scripts are already registered, an error will be thrown.
// It happens when the service worker process is incorrectly duplicated.
if (chrome.runtime.lastError) {
Expand Down

0 comments on commit 13f4ccf

Please sign in to comment.