Bug 1256810 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_repeated_messages_accuracy.js. r=linclark

This commit is contained in:
Fabien Udriot 2016-06-09 05:52:00 +02:00
Родитель a8f1d4df47
Коммит ede4c5602a
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -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");