Skip to content

Commit 1b4fc7a

Browse files
committed
fix linting
1 parent c3a3a81 commit 1b4fc7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension/background.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ chrome.runtime.onMessage.addListener((request, sender) => {
181181
tabsObj[tabId].index = 1;
182182

183183
// send a message to devtools
184-
portsArr.forEach(bg => bg.postMessage({
184+
portsArr.forEach(bg =>
185+
bg.postMessage({
185186
action: 'initialConnectSnapshots',
186187
payload: tabsObj,
187188
}),

0 commit comments

Comments
 (0)