mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
tweak error formatting in flaky test
This commit is contained in:
parent
7b3a52805c
commit
a3e45c6097
@ -65,7 +65,7 @@ function shouldNotReceiveCloseEvent(e)
|
||||
var ws = e.target;
|
||||
var extendedErrorInfo = "";
|
||||
if (!ws._testNumber) {
|
||||
extendedErrorInfo += "ws members:\n";
|
||||
extendedErrorInfo += "\nws members:\n";
|
||||
for (var i in ws) {
|
||||
extendedErrorInfo += (i + ": " + ws[i] + "\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user