()
| 143 | userConfigPath: userConfigFile, |
| 144 | }); |
| 145 | config = deepMerge(config, hit.overlay); |
| 146 | setActiveProfile(hit); |
| 147 | logger.info('Config profile applied', { name: hit.name, source: hit.source, path: hit.path }); |
| 148 | } else { |
no outgoing calls
no test coverage detected