()
| 295 | } catch (err) { |
| 296 | console.warn(" Warning: Failed to parse data/config.json:", err); |
| 297 | } |
| 298 | } |
| 299 | this.configData = resolveRuntimeConfig(this.fileConfigData); |
| 300 | return this.configData; |
| 301 | } |
| 302 |
no outgoing calls
no test coverage detected