Update prisma_migration.py (#19083)

This commit is contained in:
danielnyari-seon 2026-01-15 23:04:40 +01:00 committed by GitHub
parent ccc0e342f2
commit ae7b70b917
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,3 +26,5 @@ if exit_code != 0:
verbose_proxy_logger.error(
f"'prisma generate' stderr: {result.stderr}"
) # Log stderr
sys.exit(exit_code)