1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Server: Add Joplin Server package (#1872)

This commit is contained in:
Laurent
2020-12-28 11:48:47 +00:00
committed by GitHub
parent 2cd7839552
commit 41684a64ef
120 changed files with 14784 additions and 101 deletions

View File

@@ -336,6 +336,7 @@ export default class Synchronizer {
let syncLock = null;
try {
await this.api().initialize();
this.api().setTempDirName(Dirnames.Temp);
try {