diff --git a/src/commands/init.ts b/src/commands/init.ts index a05d63c5..e9ff64bd 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -121,6 +121,10 @@ export const init_all_commands = (plugin: BreadcrumbsPlugin) => { ), ); + log.debug( + `freeze-implied-edges-to-vault > took ${timer.elapsed_str()}ms`, + ); + notice.setMessage( `Implied edges frozen to all notes in ${timer.elapsed_str()}ms`, ); diff --git a/src/components/side_views/TreeView.svelte b/src/components/side_views/TreeView.svelte index f6159e4d..2b1e6f09 100644 --- a/src/components/side_views/TreeView.svelte +++ b/src/components/side_views/TreeView.svelte @@ -53,7 +53,7 @@ : []; -