Fix error throw
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Garrett Mills 2021-10-18 13:36:59 -05:00
parent 9ee4c42e43
commit b35eb8d6a1

View File

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