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

set loading to true while shutting down

This commit is contained in:
Andrew Simachev 2021-06-26 11:28:50 +03:00
parent d65b6e1f29
commit 0877cf421d
2 changed files with 5 additions and 1 deletions

View file

@ -751,6 +751,8 @@ function exit (relaunch) {
Util.log('info', 'MW shutdown is starting, relaunch: ' + relaunch);
send('shutdownStart');
if (useGRPC) {
if (server) {
server.stop().then(()=>{