Home
last modified time | relevance | path

Searched refs:cfgPath (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/yargs/build/lib/utils/
Dapply-extends.js36 function checkForCircularExtends(cfgPath) { argument
37 if (previouslyVisitedConfigs.indexOf(cfgPath) > -1) {
38 throw new YError(`Circular extended configurations: '${cfgPath}'.`);