📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 02:23:28
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
tar
/
dist
/
esm
📍 /opt/alt/alt-nodejs24/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