Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runPromptWithAnswers
Function · 0.85
Calls
2
processKill
Function · 0.85
resolve
Function · 0.85
Tested by
no test coverage detected