Skip to content

Commit

Permalink
setting the right version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vidorteg committed Feb 28, 2024
1 parent 1aa99e1 commit d56b64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/versionSocketConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class BrowserVersionDetectionSocket extends EventEmitter {

// TODO: Workaround https://github.com/microsoft/vscode-edge-devtools/issues/1992
// remove when it has been fixed
if (parseFloat(versionNum) > 120) {
if (parseFloat(versionNum) > 121) {
return {revision: '@d550f77b048ac142a3292397c64cdb693e4aca08', isHeadless};
}

Expand Down

0 comments on commit d56b64b

Please sign in to comment.