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

CU-hq6bg7: Remove BlockType from state when changing type

This commit is contained in:
Andrew Simachev 2021-05-25 13:43:22 +03:00
parent a28b121953
commit 638c2f885a
4 changed files with 45 additions and 17 deletions

View file

@ -81,8 +81,6 @@ if (process.env.DATA_PATH) {
try { fs.mkdirSync(tmpPath); } catch (e) {};
if (useGRPC) {
console.log('Connect via gRPC');
server = require('./electron/server.js');
let binPath = path.join(__dirname, 'dist', `anytypeHelper${is.windows ? '.exe' : ''}`);
binPath = fixPathForAsarUnpack(binPath);