зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1709341 - [devtools] Remove leftover dump in BrowsingContextTargetFront r=ochameau
Depends on D114224 Differential Revision: https://phabricator.services.mozilla.com/D114222
This commit is contained in:
Родитель
2af8a8ac88
Коммит
2484af3514
|
@ -698,7 +698,6 @@ class TargetCommand extends EventEmitter {
|
|||
// called "force" which force bypassing the caches.
|
||||
await targetFront.reload({ options: { force: bypassCache } });
|
||||
} catch (e) {
|
||||
dump(" target reload exception: " + e + " >>> " + e.message + " <<<\n");
|
||||
// If the target follows the window global lifecycle, the reload request
|
||||
// will fail, and we should swallow the error. Re-throw it otherwise.
|
||||
if (!targetFront.targetForm.followWindowGlobalLifeCycle) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче