mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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