broccoli-persistent-filter
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -18,3 +18,3 @@ 'use strict'; | ||
var FSTree = require('fs-tree-diff'); | ||
var IS_VERBOSE = !!process.env.DEBUG_VERBOSE | ||
var IS_VERBOSE = !!process.env.DEBUG_VERBOSE; | ||
@@ -117,6 +117,5 @@ module.exports = Filter; | ||
this._debug('build complete: %s, in: %dms', '' + this, Date.now() - start); | ||
debugger; | ||
this.debugLogCounters(); | ||
this.resetCounters(); | ||
}.bind(this)) | ||
}.bind(this)); | ||
}; | ||
@@ -123,0 +122,0 @@ |
{ | ||
"name": "broccoli-persistent-filter", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "broccoli filter but with a persistent cache", | ||
@@ -53,2 +53,3 @@ "author": "Stefan Penner <stefan.penner@gmail.com>", | ||
"mocha": "^2.2.5", | ||
"mocha-jshint": "^2.3.1", | ||
"rimraf": "^2.4.2", | ||
@@ -55,0 +56,0 @@ "sinon": "^1.15.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15601
12
357