MCPcopy Index your code
hub / github.com/angular/angular-cli / syncStatus

Function syncStatus

scripts/windows-testing/parallel-executor.mjs:99–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98 const proc = child_process.spawn(cmd, args, { ...options, stdio: 'pipe' });
99 const syncStatus = () => reportStatus({ current, max, state, startTime });
100 const restartTest = () => {
101 console.error(output);
102 console.error(`Test restarted due to failure.`);

Callers 2

onOutputChangeFunction · 0.85
spawnTestFunction · 0.85

Calls 1

reportStatusFunction · 0.85

Tested by

no test coverage detected