зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c4f3834c44
Коммит
1b56eb7e24
|
@ -324,7 +324,7 @@ class ResourceCommand {
|
|||
}
|
||||
|
||||
if (this._shouldRestartListenerOnTargetSwitching(resourceType)) {
|
||||
await this._stopListening(resourceType, {
|
||||
this._stopListening(resourceType, {
|
||||
bypassListenerCount: true,
|
||||
});
|
||||
resources.push(resourceType);
|
||||
|
|
Загрузка…
Ссылка в новой задаче