зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1594979 - Logpoints fail to log with `frame is null`. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D52310 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
653502640f
Коммит
58def33d5e
|
@ -244,7 +244,7 @@ function transformConsoleAPICallPacket(packet) {
|
|||
}
|
||||
: null;
|
||||
|
||||
if (type === "logPointError" || type === "logPoint") {
|
||||
if (frame && (type === "logPointError" || type === "logPoint")) {
|
||||
frame.options = { logPoint: true };
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче