Update minify.js

This commit is contained in:
ZXMushroom63 2025-04-30 20:35:51 +08:00 committed by GitHub
parent 053d283eb8
commit 6af7e52131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,9 +24,8 @@ const MINIFY = function () {
}; };
}; };
async function minify(input, parser, EFIConfig) { async function minify(input, parser, EFIConfig) {
if (globalThis.process) { var _status = globalThis._status || console.log;
var _status = console.log;
}
let isHtml = true; let isHtml = true;
let inputHtml = input; let inputHtml = input;