[@babel/node] Forward the signal SIGTERM as well (#13784)
This commit is contained in:
parent
8960f9e68e
commit
6818b22dc0
@ -104,5 +104,6 @@ getV8Flags(async function (err, v8Flags) {
|
||||
proc.on("message", message => process.send(message));
|
||||
}
|
||||
process.on("SIGINT", () => proc.kill("SIGINT"));
|
||||
process.on("SIGTERM", () => proc.kill("SIGTERM"));
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user