aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/tar/dist/esm/cwd-error.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tar/dist/esm/cwd-error.js')
-rw-r--r--node_modules/tar/dist/esm/cwd-error.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/tar/dist/esm/cwd-error.js b/node_modules/tar/dist/esm/cwd-error.js
deleted file mode 100644
index 289a066..0000000
--- a/node_modules/tar/dist/esm/cwd-error.js
+++ /dev/null
@@ -1,14 +0,0 @@
-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 \ No newline at end of file