Skip to content

Commit 1f131e3

Browse files
fix(cosmetic): removed not-finished reference to parallel
1 parent 06c7075 commit 1f131e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stats.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ module.exports = function () {
5050
return '- ' + entry.file + ' (total: ' +
5151
fmt(entry.durations.total) + 'ms, reading: ' +
5252
fmt(entry.durations.read) + 'ms, generating: ' +
53-
fmt(entry.durations.generate) + 'ms, parallel: ' +
54-
entry.parallel + ')'
53+
fmt(entry.durations.generate) + 'ms)'
5554
}).join('\n')
5655
}
5756
}
5857
}
59-

0 commit comments

Comments
 (0)