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

Method didDelete

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

Source from the content-addressed store, hash-verified

29 }
30
31 didDelete(relativePath) {
32 this.ui.writeLine(`File deleted: "${relativePath}"`);
33 }
34};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected