aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/tar/dist/commonjs/cwd-error.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tar/dist/commonjs/cwd-error.js')
-rw-r--r--node_modules/tar/dist/commonjs/cwd-error.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/node_modules/tar/dist/commonjs/cwd-error.js b/node_modules/tar/dist/commonjs/cwd-error.js
deleted file mode 100644
index d703a77..0000000
--- a/node_modules/tar/dist/commonjs/cwd-error.js
+++ /dev/null
@@ -1,18 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.CwdError = void 0;
-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';
- }
-}
-exports.CwdError = CwdError;
-//# sourceMappingURL=cwd-error.js.map \ No newline at end of file