Skip to content

Commit

Permalink
update: Update a comment on version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkkermit committed Jun 23, 2024
1 parent 01cdb62 commit 47674dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ async function getLatestVersion() {
const latestVersion = response.data.tag_name;
return latestVersion;
} catch (error) {
// Release has not yet come out yet causing this error to be thrown, just ignore it for it now.
console.error(`${color.torquise}[${getTimestamp()}] [LATEST_VERSION] Error while retrieving the latest version. No release found. ${color.reset}`);
}
}
Expand Down

0 comments on commit 47674dd

Please sign in to comment.