Skip to content

Commit 52c1523

Browse files
committed
Typo fix
1 parent 554fcf3 commit 52c1523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-extensions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function isPreReleaseVersion(version) {
181181
continue;
182182
}
183183
if (stat.unstable[extension.id]) {
184-
console.log(`${extension.id}: skipping, since version in Open VSX is never than in MS marketplace`);
184+
console.log(`${extension.id}: skipping, since version in Open VSX is newer than in MS marketplace`);
185185
continue;
186186
}
187187
if (resolved?.resolution?.latest && context.version === context.ovsxVersion) {

0 commit comments

Comments
 (0)