MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / onOutput

Function onOutput

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

Source from the content-addressed store, hash-verified

29 verbose: false,
30
31 onOutput(string) {
32 options.log(string);
33 },
34
35 onError(string) {
36 options.log(chalk.red(string));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…