mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-22 21:51:17 -09:00
Update minify.js
This commit is contained in:
parent
053d283eb8
commit
6af7e52131
@ -24,9 +24,8 @@ const MINIFY = function () {
|
||||
};
|
||||
};
|
||||
async function minify(input, parser, EFIConfig) {
|
||||
if (globalThis.process) {
|
||||
var _status = console.log;
|
||||
}
|
||||
var _status = globalThis._status || console.log;
|
||||
|
||||
let isHtml = true;
|
||||
let inputHtml = input;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user