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