This commit is contained in:
Nuckyz 2024-06-12 17:31:05 -03:00
parent c3bbc92fa2
commit 6826fe003c
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -170,7 +170,8 @@ function updateExistingFactory(moduleFactoriesTarget: AnyWebpackRequire["m"], id
}
/**
* Notify all factory listeners
* Notify all factory listeners.
*
* @param factory The original factory to notify for
*/
function notifyFactoryListeners(factory: AnyModuleFactory) {