fix: bridge respawned child signals (#933) (thanks @roshanasingh4)
Co-authored-by: Roshan Singh <roshanasingh4@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ server.listen(0, "127.0.0.1", () => {
|
||||
process.stdout.write(`${addr.port}\n`);
|
||||
});
|
||||
|
||||
const shutdown = (): void => {
|
||||
const shutdown = () => {
|
||||
server.close(() => process.exit(0));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user