Revert Reload
Some checks are pending
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-03-30 13:56:37 -04:00
parent a1564cc1f0
commit fce4ffaabb
No known key found for this signature in database
2 changed files with 9 additions and 53 deletions

View file

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