MCPcopy Create free account
hub / github.com/webpack/webpack-cli / complete

Function complete

test/utils/test-utils.js:210–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 let stderrDone = false;
209
210 const complete = () => {
211 if (stdoutDone && stderrDone) {
212 processKill(proc);
213 resolve(obj);
214 }
215 };
216
217 proc.stdout.pipe(
218 concat((result) => {

Callers 1

runPromptWithAnswersFunction · 0.85

Calls 2

processKillFunction · 0.85
resolveFunction · 0.85

Tested by

no test coverage detected