feat(create-medusa-app): print error message for failed db connection (#5547)

`create-medusa-app` currently prints a generic error message when it cannot connect to a database. This tiny pull request adds the thrown error to the log message, that simplifies debugging of installation issues
This commit is contained in:
Egor Makarenko
2023-11-06 16:37:10 +00:00
committed by GitHub
parent 2576a0fd23
commit 09ab1d1be6
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"create-medusa-app": patch
---
feat(create-medusa-app): print error message for failed database connection