MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / waitForBuildArtifacts

Function waitForBuildArtifacts

scripts/dev-electron.ts:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39async function waitForBuildArtifacts() {
40 while (!watchedFiles.every((filePath) => existsSync(filePath))) {
41 await wait(150)
42 }
43}
44
45async function startElectronProcess() {
46 const electronBinary = await ensureElectronBinary()

Callers 1

mainFunction · 0.85

Calls 1

waitFunction · 0.85

Tested by

no test coverage detected