1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

JS-2036: sigusr signal

This commit is contained in:
Andrew Simachev 2023-05-31 16:09:00 +02:00
parent ed81ae9a64
commit 6811b764d0
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -114,7 +114,7 @@ class Server {
});
this.stopTriggered = true;
this.cp.kill('SIGTERM');
this.cp.kill(signal);
} else {
resolve();
};