diff --git a/src/orm/connection/PostgresConnection.ts b/src/orm/connection/PostgresConnection.ts index df071c7..fa7fefd 100644 --- a/src/orm/connection/PostgresConnection.ts +++ b/src/orm/connection/PostgresConnection.ts @@ -69,6 +69,8 @@ export class PostgresConnection extends Connection { connection: this.name, }) } + + throw e } }