feat: add a error message when note is not found with the absolute path for better debugging.

This commit is contained in:
Julien Calixte
2025-09-27 21:19:17 +02:00
parent b62a0e143d
commit d4eb45d6e1
2 changed files with 4 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ const props = withDefaults(
},
)
const route = useRoute()
const user = computed(() => props.user)
const repo = computed(() => props.repo)