Preview: cwd-error.js
Size: 310 B
/proc/thread-self/root/opt/alt/alt-nodejs24/root/lib/node_modules/npm/node_modules/tar/dist/esm/cwd-error.js
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
Directory Contents
Dirs: 0 × Files: 30