c276

Results 1 issues of c276

Given the following 3 config files: * first_cloe_config.json: ``` { "version": "4", "include": ["second_cloe_config.json"] } ``` * second_cloe_config.json: ``` { "version": "4", "include": ["third_cloe_config.json"], "plugins": [ { "path": "path/to/my_plugin.so" }...

bug
triage