Skip to content

Commit

Permalink
round time output
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 6, 2010
1 parent 868cd9f commit e27bdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vows/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ this.result = function (event) {

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

Expand Down

0 comments on commit e27bdfc

Please sign in to comment.