This commit is contained in:
Rizky 2024-01-25 14:21:23 +07:00
parent 91825376d9
commit cb94533436
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export const preparePrisma = async () => {
const { PrismaClient } = await import("../../app/db/db");
g.db = new PrismaClient();
} catch (e) {
console.log("Prisma not initialized");
console.log("Prisma not initialized", e);
}
}