This commit is contained in:
Simon Cambier
2022-05-21 18:59:15 +02:00
parent f4b4b806ee
commit eb32b0af24
2 changed files with 9 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ export async function createNote(name: string): Promise<void> {
}
catch (e) {
console.error(e)
throw e
}
}