We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d2328 commit ceecf59Copy full SHA for ceecf59
app/scripts/background.js
@@ -1147,9 +1147,7 @@ export function setupController(
1147
1148
if (processName === ENVIRONMENT_TYPE_SIDEPANEL) {
1149
sidePanelIsOpen = true;
1150
- // was "endOfStream", changed to "finished"
1151
- // eslint-disable-next-line no-undef
1152
- endOfStream(portStream, () => {
+ finished(portStream, () => {
1153
sidePanelIsOpen = false;
1154
const isClientOpen = isClientOpenStatus();
1155
controller.isClientOpen = isClientOpen;
0 commit comments