Bug 1709672 - [devtools] Do not await on synchronous _stopListening method. r=nchevobbe

Differential Revision: https://phabricator.services.mozilla.com/D114412
This commit is contained in:
Alexandre Poirot 2021-05-07 10:32:02 +00:00
Родитель c4f3834c44
Коммит 1b56eb7e24
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -324,7 +324,7 @@ class ResourceCommand {
}
if (this._shouldRestartListenerOnTargetSwitching(resourceType)) {
await this._stopListening(resourceType, {
this._stopListening(resourceType, {
bypassListenerCount: true,
});
resources.push(resourceType);