Closing the application window, give an error ERROR: The process "1313" not found.
To Reproduce, on Windows:
1 Use a clean installation
2 Use "electron-vite-vue" Version 2.2.0
3 Run: npm install
4 Run: npm fund
5 Run: npm run dev (App starts successfully)
6 Close the application via the X (close button) of windows.
From now on there will be an error in the Terminal.
Same with update vite-plugin-electron to v0.28.2
In my own project, the problem is not present when I run "vite-plugin-electron" version 0.15.5
Describe the bug
Closing the application window, give an error ERROR: The process "1313" not found.
To Reproduce, on Windows: 1 Use a clean installation 2 Use "electron-vite-vue" Version 2.2.0 3 Run: npm install 4 Run: npm fund 5 Run: npm run dev (App starts successfully) 6 Close the application via the X (close button) of windows. From now on there will be an error in the Terminal.
Same with update vite-plugin-electron to v0.28.2
In my own project, the problem is not present when I run "vite-plugin-electron" version 0.15.5
nodeIntegration: false contextIsolation: true