mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix syntax error (preventing prettier formatting)
This commit is contained in:
parent
22d5e56138
commit
d6da8fdfc8
1 changed files with 0 additions and 2 deletions
|
@ -60,12 +60,10 @@ let csp = [
|
|||
if (is.development && !port) {
|
||||
console.error('ERROR: Please define SERVER_PORT env var');
|
||||
Api.exit(mainWindow, '', false);
|
||||
return;
|
||||
};
|
||||
|
||||
if (app.isPackaged && !app.requestSingleInstanceLock()) {
|
||||
Api.exit(mainWindow, '' ,false);
|
||||
return;
|
||||
};
|
||||
|
||||
remote.initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue