зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1256810 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_repeated_messages_accuracy.js. r=linclark
This commit is contained in:
Родитель
a8f1d4df47
Коммит
ede4c5602a
|
@ -99,7 +99,9 @@ function testConsoleRepeats(hud) {
|
|||
hud.jsterm.clearOutput(true);
|
||||
hud.jsterm.execute("undefined");
|
||||
|
||||
content.console.log("undefined");
|
||||
ContentTask.spawn(gBrowser.selectedBrowser, {}, function* () {
|
||||
content.console.log("undefined");
|
||||
});
|
||||
|
||||
info("make sure console API messages are not coalesced with jsterm output");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче