Added line numbers to report output

This commit is contained in:
KevinMarquette
2017-02-05 20:04:16 -08:00
parent f1baad7efd
commit 82b71c666e

View File

@@ -33,8 +33,9 @@ class ScriptLine
$this.Milliseconds $this.Milliseconds
$this.HitCount $this.HitCount
$this.Average $this.Average
$this.LineNumber
$this.Text $this.Text
) )
return ("[{0:0000}ms,{1:0000},{2:0000}ms] {3}" -f $values) return ("[{0,5}ms,{1,4},{2,4}ms] {3,4}:{4}" -f $values)
} }
} }