mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
clean up
This commit is contained in:
parent
601ec12ee8
commit
ad436b5bb4
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user