MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / _checkForNoMatch

Function _checkForNoMatch

lib/models/blueprint.js:874–880  ·  view source on GitHub ↗

@private @method _checkForNoMatch @param {Array} fileInfos @param {String} rawArgs

(fileInfos, rawArgs)

Source from the content-addressed store, hash-verified

872 @param {String} rawArgs
873 */
874 _checkForNoMatch(fileInfos, rawArgs) {
875 if (fileInfos.filter(isFilePath).length < 1 && rawArgs) {
876 this.ui.writeLine(
877 chalk.yellow(`The globPattern "${rawArgs}" ` + `did not match any files, so no file updates will be made.`)
878 );
879 }
880 },
881
882 /**
883 @method processFiles

Callers

nothing calls this directly

Calls 1

filterMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…