Skip to content

Commit

Permalink
Added silent flag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Nov 30, 2018
1 parent caf5cd8 commit 803dece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cache/empty.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function flush (cb) {
fs.remove(item, next);
}, cb);
});
});
}, {silent: true});
}

module.exports = flush;

0 comments on commit 803dece

Please sign in to comment.