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

Function onError

tests/acceptance/smoke-test-slow.js:366–370  ·  view source on GitHub ↗
(string, child)

Source from the content-addressed store, hash-verified

364 }
365 },
366 onError(string, child) {
367 if (string.includes('I AM A BUILD FAILURE')) {
368 killCliProcess(child);
369 }
370 },
371 }
372 );
373 });

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…