JavaScriptTest Library - convert printStatus message argument to a string before processing, Not part of the build

This commit is contained in:
bob%bclary.com 2005-10-27 06:50:02 +00:00
parent 1bb25b3ccc
commit 35e96efb0c

View File

@ -99,6 +99,7 @@ function reportFailure (msg)
*/
function printStatus (msg)
{
msg = String(msg);
msg = msg.toString();
var lines = msg.split ("\n");
var l;