summaryrefslogtreecommitdiff
path: root/src/main/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/index.ts')
-rw-r--r--src/main/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/index.ts b/src/main/index.ts
index 7fab07a..0925c01 100644
--- a/src/main/index.ts
+++ b/src/main/index.ts
@@ -664,7 +664,8 @@ ipcMain.handle('ot:connect', async (_e, projectId: string) => {
docPathMap,
pathDocMap,
fileRefs,
- rootFolderId
+ rootFolderId,
+ syncDir: tmpDir
}
} catch (e) {
console.log('[ot:connect] error:', e)