Electron 9 changed the default value of app.allowRendererProcessReuse to true, which breaks nodegit. Setting it to false manually fixes the issue, but this will only be possible until Electron 11.
Are there any plans to fix this? Seems like #1298 might be related. Also see electron/electron#18397 for more information.
System information
- node version: v12.16.3
- npm or yarn version: 6.14.4
- OS/version/architecture: win32 10.0.18363 x64
- Applicable nodegit version: 0.26.5
node -v
npm -v # (or yarn -v)
node -e "console.log(process.platform)"
node -e "console.log(require('os').release())"
node -e "console.log(console.log(process.arch))"