Skip to content

Commit

Permalink
Add cached to stats output
Browse files Browse the repository at this point in the history
  • Loading branch information
chiplay committed Oct 4, 2018
1 parent be1c4fe commit af4d5bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions middleware.js
Expand Up @@ -115,6 +115,8 @@ function createEventStream(heartbeat) {

function publishStats(action, statsResult, eventStream, log) {
var stats = statsResult.toJson({
all: false,
cached: true,
children: true,
modules: true,
timings: true,
Expand Down

0 comments on commit af4d5bd

Please sign in to comment.