Skip to content

Commit 58e470a

Browse files
lsmouranol166
authored andcommitted
Update packages/server/src/cli.ts
Co-Authored-By: nol166 <jmccamb@gmail.com>
1 parent 8c8961d commit 58e470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const bold = (text: string | number): string | number => {
145145
}
146146

147147
if (isCli) {
148-
let currentVersion = process.env.VERSION;
148+
const currentVersion = process.env.VERSION;
149149
try {
150150
const recentRelease = await getRecentRelease();
151151
if (recentRelease !== currentVersion) {

0 commit comments

Comments
 (0)