(parameter, scriptConfig)
| 418 | } |
| 419 | |
| 420 | function _preprocessParameter(parameter, scriptConfig) { |
| 421 | preprocessParameter(parameter, (path) => { |
| 422 | return loadFiles(scriptConfig, parameter.name, path); |
| 423 | }); |
| 424 | } |
| 425 | |
| 426 | function loadFiles(scriptConfig, parameterName, path) { |
| 427 | if (isNull(scriptConfig)) { |
no test coverage detected