vanzy-protect
Version:
Epic Obfuscator Yeahhh
11 lines (10 loc) • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.error = void 0;
const kolorist = require("kolorist");
function error(err, helpMsg = false) {
console.error(kolorist.red('[ERROR]'), kolorist.white(err));
if (helpMsg)
console.log(kolorist.dim('Use the ' + kolorist.bold('--help') + ' flag for help'));
}
exports.error = error;