mirror of
https://github.com/QYG2297248353/IYUUPlus-Windows.git
synced 2025-12-29 08:01:35 +08:00
v1.0.0
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ function startServer() {
|
||||
|
||||
function stopServer() {
|
||||
if (serverProcess) {
|
||||
mainWin.closeWindows()
|
||||
mainWin.hideWindows()
|
||||
log.info("Killing server process with PID:", serverProcess.pid);
|
||||
try {
|
||||
process.kill(-serverProcess.pid, 'SIGTERM');
|
||||
|
||||
Reference in New Issue
Block a user