fix(closing): another part of closing fixes
This commit is contained in:
@ -103,4 +103,8 @@ process.on("SIGINT", () => {
|
||||
{
|
||||
process.exit()
|
||||
}
|
||||
});
|
||||
|
||||
process.on("SIGTERM", () => {
|
||||
process.emit("SIGINT");
|
||||
});
|
Reference in New Issue
Block a user