Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/external-editor/main/errors/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
"use strict"; /*** * Node External Editor * * Kevin Gravier <[email protected]> * MIT 2018 */ var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); Object.defineProperty(exports, "__esModule", { value: true }); var RemoveFileError = /** @class */ (function (_super) { __extends(RemoveFileError, _super); function RemoveFileError(originalError) { var _newTarget = this.constructor; var _this = _super.call(this, "Failed to cleanup temporary file") || this; _this.originalError = originalError; var proto = _newTarget.prototype; if (Object.setPrototypeOf) { Object.setPrototypeOf(_this, proto); } else { _this.__proto__ = _newTarget.prototype; } return _this; } return RemoveFileError; }(Error)); exports.RemoveFileError = RemoveFileError;