chore: cleanup

This commit is contained in:
Nathan Walker
2025-08-15 17:38:30 -07:00
parent 3d055973c8
commit d2620a2e31

View File

@ -265,9 +265,6 @@ global.loadModule = function loadModule(name: string): any {
}
}
}
// If no resolver found the module, return null
console.warn(`Module '${name}' could not be loaded by any resolver.`);
return null;
};
function registerOnGlobalContext(moduleName: string, exportName: string): void {