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

Method writeSkipBanner

lib/tasks/server/livereload-server.js:172–174  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

170 }
171
172 writeSkipBanner(filePath) {
173 this.ui.writeLine(`Skipping livereload for: ${filePath}`);
174 }
175
176 getDirectoryEntries(directory) {
177 return walkSync.entries(directory);

Callers 1

shouldTriggerReloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected