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 03edf6c commit 55b7950Copy full SHA for 55b7950
tests/db-utils.ts
@@ -147,7 +147,7 @@ export async function cleanupDb(prisma: PrismaClient) {
147
try {
148
await prisma.$executeRawUnsafe(`${statement};`)
149
} catch (error) {
150
- console.error(`Failed to execute statement: ${statement}`, error)
+ console.warn(`Failed to execute statement: ${statement}`)
151
throw error
152
}
153
0 commit comments