Skip to content

Commit 277068b

Browse files
committed
sending out v97 with auto-updating re-disabled :(
1 parent aa9a176 commit 277068b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/selenium-ide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-ide",
3-
"version": "4.0.1-alpha.96",
3+
"version": "4.0.1-alpha.97",
44
"private": false,
55
"description": "Selenium IDE electron app",
66
"author": "Todd <tarsitodd@gmail.com>",

packages/selenium-ide/src/main/session/controllers/System/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export default class SystemController extends BaseController {
5050
if (this.isDown) {
5151
// If automated, assume we already have a chromedriver process running
5252
if (!isAutomated) {
53-
this.checkForUpdates()
53+
// Just don't do this until we have CSC unfortunately
54+
// this.checkForUpdates()
5455
const startupError = await this.session.driver.startProcess(
5556
this.session.store.get('browserInfo')
5657
)

0 commit comments

Comments
 (0)