Skip to content

Commit 17df8e1

Browse files
committed
rm old
1 parent cabd485 commit 17df8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ switch (process.platform) {
3737
}
3838

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

4343
export function isStableVersionIdentifier(version: string): boolean {

0 commit comments

Comments
 (0)