Closed Mixthos closed 7 years ago
load_with() was returning the functions that had already been loaded before the call to load_with() instead of the ones that were still unloaded. This means that it never returned missing functions on the first call.
load_with()
load_with()
was returning the functions that had already been loaded before the call toload_with()
instead of the ones that were still unloaded. This means that it never returned missing functions on the first call.