mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
JavaScriptTest Library - convert printStatus message argument to a string before processing, Not part of the build
This commit is contained in:
parent
1bb25b3ccc
commit
35e96efb0c
@ -99,6 +99,7 @@ function reportFailure (msg)
|
||||
*/
|
||||
function printStatus (msg)
|
||||
{
|
||||
msg = String(msg);
|
||||
msg = msg.toString();
|
||||
var lines = msg.split ("\n");
|
||||
var l;
|
||||
|
Loading…
x
Reference in New Issue
Block a user