#58 - Fixed crashes

This commit is contained in:
Simon Cambier
2022-10-18 08:45:58 +02:00
parent 338e34d6a6
commit 1714718522
2 changed files with 15 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ export async function addToIndexAndCache(file: TAbstractFile): Promise<void> {
Search.minisearchInstance.add(note)
cacheManager.addNoteToCache(note.path, note)
} catch (e) {
console.trace('Error while indexing ' + file.basename)
// console.trace('Error while indexing ' + file.basename)
console.error(e)
}
}