missing newline in log file

Here’s a nit. Grepping for strings in the LogFile.txt is complicated by a missing newline after the number of errors.

cat LogFile.txt


2006-09-08 15:01:06.459 -0700 FAILURE (null) Script Error Number of Errors logged: 2Execution Time 0:00:00 SmokeFireUpIDE.script

It would helpful to have a newline, or whitespace of some sort between the ‘2’ and the ‘Execution Time’.

-edj

Thanks for pointing that out. We’ll see about correcting that in a future release.