Skip to content

Commit e27bdfc

Browse files
author
cloudhead
committed
round time output
1 parent 868cd9f commit e27bdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vows/console.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ this.result = function (event) {
3737

3838
if ('time' in event) {
3939
buffer.push("Verified " + event.total + " vows in " +
40-
(event.time + " seconds.\n"));
40+
(event.time.toFixed(3) + " seconds.\n"));
4141
}
4242
buffer.push(this.stylize(result, style));
4343

0 commit comments

Comments
 (0)