Home
last modified time | relevance | path

Searched refs:badContentCount (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/lib/doctor/
Dverify-cached-files.js11 if (stats.reclaimedCount || stats.badContentCount || stats.missingContent) {
12 …stats.badContentCount && log.warn('verifyCachedFiles', `Corrupted content removed: ${stats.badCont…
/third_party/node/deps/npm/lib/
Dcache.js123 stats.badContentCount && output(`Corrupted content removed: ${stats.badContentCount}`)
/third_party/node/deps/npm/node_modules/cacache/lib/
Dverify.js102 badContentCount: 0, property
113 stats.badContentCount++