We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868cd9f commit e27bdfcCopy full SHA for e27bdfc
lib/vows/console.js
@@ -37,7 +37,7 @@ this.result = function (event) {
37
38
if ('time' in event) {
39
buffer.push("Verified " + event.total + " vows in " +
40
- (event.time + " seconds.\n"));
+ (event.time.toFixed(3) + " seconds.\n"));
41
}
42
buffer.push(this.stylize(result, style));
43
0 commit comments