We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6389c commit 909dd07Copy full SHA for 909dd07
packages/launcher/lib/windows/index.ts
@@ -152,8 +152,6 @@ function getWindowsBrowser (browser: Browser): Promise<FoundBrowser> {
152
return tryNextExePath()
153
}
154
155
- // Use module.exports.getVersionString here, rather than our local reference
156
- // to that variable so that the tests can easily mock it
157
return getVersionString(path).then((version) => {
158
debug('got version string for %s: %o', browser.name, { exePath, version })
159
0 commit comments