chore(medusa): Improve database loader error handling (#4254)

* chore(medusa): Improve database loader error handling

* Create sharp-melons-doubt.md

* move the database error handling to the utils

* fix unit tests

* tackle feedback

* fix unit tests
This commit is contained in:
Adrien de Peretti
2023-06-07 10:57:29 +02:00
committed by GitHub
parent e69af09d23
commit 2db6a1d407
5 changed files with 167 additions and 23 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
chore(medusa): Improve database loader error handling