1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 09:14:05 +02:00

Destroy background process when game ended

This commit is contained in:
syuilo
2018-03-16 22:30:08 +09:00
parent bc3e50420d
commit a0337d0489

View File

@@ -88,6 +88,8 @@ process.on('message', async msg => {
} }
}); });
//#endregion //#endregion
process.exit();
} }
// 打たれたとき // 打たれたとき