mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
import error handling
This commit is contained in:
@@ -24,7 +24,7 @@ let lastSentCountTs = Date.now();
|
||||
*/
|
||||
async function importTar(importContext, fileBuffer, importRootNote) {
|
||||
importNoteCount = 0;
|
||||
|
||||
throw new Error("Hello");
|
||||
// maps from original noteId (in tar file) to newly generated noteId
|
||||
const noteIdMap = {};
|
||||
const attributes = [];
|
||||
|
||||
Reference in New Issue
Block a user