1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2022-10-31 13:17:32 +03:00
parent 2af644c4a9
commit f36f425f99

View file

@ -91,7 +91,7 @@ class Server {
console.log('failed to save a file');
};
dialog.showErrorBox('Anytype helper crashed', 'You will be redirected to the crash log file. You can send it to Anytype developers: dev@anytype.io');
dialog.showErrorBox('Anytype helper crashed', 'You will be redirected to the crash log file. You can send it to Anytype developers by creating issue at community.anytype.io');
shell.showItemInFolder(crashReport);
app.exit(0);