cleanup
This commit is contained in:
@@ -71,7 +71,7 @@ function setupGracefulShutdown(server: KiCADMcpServer) {
|
|||||||
// Handle termination signals
|
// Handle termination signals
|
||||||
process.on('SIGINT', async () => {
|
process.on('SIGINT', async () => {
|
||||||
logger.info('Received SIGINT signal. Shutting down...');
|
logger.info('Received SIGINT signal. Shutting down...');
|
||||||
//await shutdownServer(server);
|
await shutdownServer(server);
|
||||||
});
|
});
|
||||||
|
|
||||||
process.on('SIGTERM', async () => {
|
process.on('SIGTERM', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user