You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -323,3 +323,10 @@ Modules in `node_modules` are not bundled during development, it's fast!
323
323
│ const log = require('electron-log') │
324
324
┗—————————————————————————————————————┛
325
325
```
326
+
327
+
## FAQ
328
+
329
+
- `electron` does not exit correctly | 使用ctrl + c 停止代码,electron后台不关闭 | [#122](https://github.com/electron-vite/vite-plugin-electron/pull/122), [#168](https://github.com/electron-vite/vite-plugin-electron/issues/168)
330
+
331
+
* Add `tree-kill` into you dependencies, `npm i -D tree-kill`.
0 commit comments