mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 12:53:09 +02:00
Destroy background process when game ended
This commit is contained in:
parent
bc3e50420d
commit
a0337d0489
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ process.on('message', async msg => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
|
process.exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
// 打たれたとき
|
// 打たれたとき
|
||||||
|
|
Loading…
Reference in a new issue