Bug 1721555 - [devtools] Fix browser_dbg-windowless-service-workers-reload.js with server side targets. r=nchevobbe

For some reason, the timing is different. Surprising that we never hit this issue before?!

Differential Revision: https://phabricator.services.mozilla.com/D120548
This commit is contained in:
Alexandre Poirot 2021-07-22 10:01:14 +00:00
Родитель 1527e772de
Коммит dd56a80519
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -124,6 +124,7 @@ const WorkerDescriptorActor = protocol.ActorClassWithSpec(
return {
type: "connected",
threadActor: this._threadActor,
consoleActor: this._consoleActor,
};
}