Searched refs:cfgPath (Results 1 – 1 of 1) sorted by relevance
36 function checkForCircularExtends(cfgPath) { argument37 if (previouslyVisitedConfigs.indexOf(cfgPath) > -1) {38 throw new YError(`Circular extended configurations: '${cfgPath}'.`);