Fix error throw
continuous-integration/drone/push Build is passing Details

orm-types
Garrett Mills 2 years ago
parent 9ee4c42e43
commit b35eb8d6a1

@ -69,6 +69,8 @@ export class PostgresConnection extends Connection {
connection: this.name,
})
}
throw e
}
}

Loading…
Cancel
Save