electron-userland / electron-userland/electron-webpack
When running the dev build, before a hot-load, fs.writeFile callback is never called
Open
- Dominant language
- TypeScript
- Stars
- 902
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
When running a dev build, the first time both the render and main processes are initialized, at least the first write (from the render process) never gets it's callback called, even though the write completed on disk.
After hot-loading only the renderer, writes will start to work. (If the main process is hot-loaded as well, the problem happens again.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.