We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffdc51 commit b408848Copy full SHA for b408848
lib/entry-index.js
@@ -22,7 +22,6 @@ const { moveFile } = require('@npmcli/fs')
22
const pMap = require('p-map')
23
const lsStreamConcurrency = 5
24
25
-
26
module.exports.NotFoundError = class NotFoundError extends Error {
27
constructor (cache, key) {
28
super(`No cache entry for ${key} found in ${cache}`)
0 commit comments