We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c142a92 commit 17686c9Copy full SHA for 17686c9
tests/db-utils.ts
@@ -147,8 +147,7 @@ export async function cleanupDb(prisma: PrismaClient) {
147
try {
148
await prisma.$executeRawUnsafe(`${statement};`)
149
} catch (error) {
150
- console.warn(`Failed to execute statement: ${statement}`)
151
- throw error
+ console.error(`Failed to execute statement: ${statement}`, error)
152
}
153
154
0 commit comments