Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/yargs/lib/
Dapply-extends.js9 function checkForCircularExtends (cfgPath) { argument
10 if (previouslyVisitedConfigs.indexOf(cfgPath) > -1) {
11 throw new YError(`Circular extended configurations: '${cfgPath}'.`)