You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
fs.js:432
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT, no such file or directory '/node/request-test/does-not-exist.json'
at Object.fs.openSync (fs.js:432:18)
at Object.fs.readFileSync (fs.js:289:15)
at loadFromFile (/node/request-test/node_modules/tough-cookie-filestore/lib/filestore.js:147:19)
at new FileCookieStore (/node/request-test/node_modules/tough-cookie-filestore/lib/filestore.js:14:5)
at Object.<anonymous> (/node/request-test/test-FileCookieStore-gh1192-2.js:6:13)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
The text was updated successfully, but these errors were encountered:
This currently throws an exception, and it shouldn't:
The error:
The text was updated successfully, but these errors were encountered: