Skip to content

Commit

Permalink
Update mod.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Asher Gomez <[email protected]>
  • Loading branch information
montyanderson and iuioiua authored Feb 12, 2024
1 parent 3497884 commit 49368fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Check for minimum supported V8 runtime version
if(Number(Deno.version.v8.split(".")[0]) < 12) {
if(Deno.version.deno >= 1.38) {
throw new Error("deno-postgres requires at least Deno v1.38 including V8 v12 or later.")
}

Expand Down

0 comments on commit 49368fd

Please sign in to comment.