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

fix package-deps building

This commit is contained in:
Andrew Simachev 2020-07-10 14:07:07 +03:00
parent d19b48acf6
commit 838f4ca230
6 changed files with 76 additions and 109 deletions

View file

@ -7,6 +7,9 @@ const path = require('path');
const os = require('os');
const log = require('electron-log');
const storage = require('electron-json-storage');
const fs = require('fs');
const readChunk = require('read-chunk');
const fileType = require('file-type');
let userPath = app.getPath('userData');
let waitLibraryPromise;