1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
Laurent Cozic 2017-06-15 22:32:36 +01:00
parent 601ec12ee8
commit ad436b5bb4

View File

@ -77,7 +77,7 @@ db.setDebugEnabled(!true);
db.open({ name: '/home/laurent/Temp/test-sync.sqlite3' }).then(() => {
BaseModel.db_ = db;
//return clearDatabase();
//return clearDatabase().then(createLocalItems);
return clearDatabase().then(createLocalItems);
}).then(() => {
return synchronizer.start();
}).catch((error) => {