[ Root System Explorer ]
Location:
Root
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
make-fetch-happen
/
lib
/
cache
+ Folder
+ File
Upload
Editing: errors.js
class NotCachedError extends Error { constructor (url) { /* eslint-disable-next-line max-len */ super(`request to ${url} failed: cache mode is 'only-if-cached' but no cached response is available.`) this.code = 'ENOTCACHED' } } module.exports = { NotCachedError, }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 entry.js
FILE
Ren
[EDIT]
DEL
📄 errors.js
FILE
Ren
[EDIT]
DEL
📄 index.js
FILE
Ren
[EDIT]
DEL
📄 key.js
FILE
Ren
[EDIT]
DEL
📄 policy.js
FILE
Ren
[EDIT]
DEL