Skip to content

Commit d57de3f

Browse files
authored
Update version-checker.js
1 parent 45cef27 commit d57de3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/version-checker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const checkVersion = async () => {
88
);
99
} catch (_e) {
1010
console.log("Could not check current version, have checked too many times skipping");
11+
return;
1112
}
1213
const latestVersion = res.data[0].name;
1314
const pkg = meow('', { importMeta: import.meta }).pkg;

0 commit comments

Comments
 (0)