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

Method didChange

lib/models/server-watcher.js:23–25  ·  view source on GitHub ↗
(relativePath)

Source from the content-addressed store, hash-verified

21 }
22
23 didChange(relativePath) {
24 this.ui.writeLine(`File changed: "${relativePath}"`);
25 }
26
27 didAdd(relativePath) {
28 this.ui.writeLine(`File added: "${relativePath}"`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected