If Equicord Fails To Initialize Reload
Some checks are pending
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run

This works for me but needs more testing
This commit is contained in:
thororen1234 2025-03-16 01:27:38 -04:00
parent 0e856059d8
commit f527df76b8
No known key found for this signature in database
2 changed files with 52 additions and 9 deletions

View file

@ -26,7 +26,7 @@ import { traceFunction } from "../debug/Tracer";
import { Flux } from "./common";
import { AnyModuleFactory, AnyWebpackRequire, ModuleExports, WebpackRequire } from "./wreq";
const logger = new Logger("Webpack");
export const logger = new Logger("Webpack");
export let _resolveReady: () => void;
/**