don't save backups with colons in filenames, doesn't work on windows

This commit is contained in:
azivner
2017-11-20 19:43:48 -05:00
parent 3a55d08152
commit b998c936ba
3 changed files with 3 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ async function updateNote(noteId, newNote, ctx) {
await sql.remove("links", noteId);
for (const link in newNote.links) {
await sql.insert("links", link);
//await sql.insert("links", link);
}
await sync_table.addNoteTreeSync(noteId);