Skip to content

Commit

Permalink
rm old
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Jul 31, 2023
1 parent cabd485 commit 17df8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ switch (process.platform) {
}

export function isInsiderVersionIdentifier(version: string): boolean {
return version === 'insiders' || version === 'insider' || version.endsWith('-insider'); // insider or 1.2.3-insider version string
return version === 'insiders' || version.endsWith('-insider'); // insider or 1.2.3-insider version string
}

export function isStableVersionIdentifier(version: string): boolean {
Expand Down

0 comments on commit 17df8e1

Please sign in to comment.