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