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

Function handleResult

tests/helpers/acceptance.js:28–36  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

26};
27
28function handleResult(result) {
29 if (result.output) {
30 console.log(result.output.join('\n'));
31 }
32 if (result.errors) {
33 console.log(result.errors.join('\n'));
34 }
35 throw result;
36}
37
38function applyCommand(command, name /*, ...flags*/) {
39 let flags = [].slice.call(arguments, 2, arguments.length);

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…