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

Function log

tests/helpers/run-command.js:39–46  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

37 },
38
39 log(string) {
40 debug.debug(string);
41 if (options.verbose) {
42 console.log(string);
43 } else {
44 logOnFailure(string);
45 }
46 },
47 });
48
49 let child;

Callers

nothing calls this directly

Calls 1

logOnFailureFunction · 0.85

Tested by

no test coverage detected