mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
chore: cleanup
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user