Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 10, 2024
1 parent c161c91 commit acf79f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const current = Deno.version.deno;
export default function () {
return async ({ deno, dev, lume }: Init) => {
if (!checkDenoVersion()) {
return;
return false;
}

// Configure the import map
Expand Down

0 comments on commit acf79f1

Please sign in to comment.