Skip to content

Commit

Permalink
Update version-checker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical authored Aug 2, 2024
1 parent 45cef27 commit d57de3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/version-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const checkVersion = async () => {
);
} catch (_e) {
console.log("Could not check current version, have checked too many times skipping");
return;
}
const latestVersion = res.data[0].name;
const pkg = meow('', { importMeta: import.meta }).pkg;
Expand Down

0 comments on commit d57de3f

Please sign in to comment.