Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod.ts
: check for appropriate v8 version
We run `deno-postgres` for some of our API services. During a recent upgrade we had query failures due to no support for `Promise.withResolvers()`. This change adds a check for at least V8 version 12 where that API was added.
- Loading branch information