Add missing line break at the end of dump

This commit is contained in:
jruderman@hmc.edu 2007-12-14 22:08:32 -08:00
parent 3873a2fe8d
commit 5453bda1e2

View File

@ -104,7 +104,7 @@ function OnRefTestLoad()
StartCurrentTest();
} catch (ex) {
//gBrowser.loadURI('data:text/plain,' + ex);
dump("REFTEST EXCEPTION: " + ex);
dump("REFTEST EXCEPTION: " + ex + "\n");
DoneTests();
}
}