1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 14:07:01 +09:00
This commit is contained in:
Andrew Simachev 2024-02-07 10:15:00 +01:00
commit e495dd0283
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
814 changed files with 1409 additions and 1133 deletions

View file

@ -182,7 +182,7 @@ class Api {
Util.log('info', '[Api].exit, relaunch: ' + relaunch);
Util.send(win, 'shutdownStart');
Server.stop(signal).then(() => { this.shutdown(win, relaunch); });
Server.stop(signal).then(() => this.shutdown(win, relaunch));
};
setInterfaceLang (win, lang) {