🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 04:10:26 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs22
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
tar
/
dist
/
esm
📍 /opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/node_modules.bundled/tar/dist/esm
🔄 Refresh
✏️
Editing: cwd-error.js
Read Only
export class CwdError extends Error { path; code; syscall = 'chdir'; constructor(path, code) { super(`${code}: Cannot cd into '${path}'`); this.path = path; this.code = code; } get name() { return 'CwdError'; } } //# sourceMappingURL=cwd-error.js.map
💾 Save Changes
❌ Cancel