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:
parent
ed81ae9a64
commit
6811b764d0
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class Server {
|
|||
});
|
||||
|
||||
this.stopTriggered = true;
|
||||
this.cp.kill('SIGTERM');
|
||||
this.cp.kill(signal);
|
||||
} else {
|
||||
resolve();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue