Replace cfg.IsModuleEnabled
with isModuleActive
#4644
Labels
stale
A stale issue or PR that will automatically be closed.
cfg.IsModuleEnabled
with isModuleActive
#4644
In #4642 we introduced a new function for determining if a module is currently active based on the provided
-target
flag. We should update uses of the previouscfg.IsModuleEnabled
with this new function.The text was updated successfully, but these errors were encountered: