File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/session/controllers/System Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " selenium-ide" ,
3
- "version" : " 4.0.1-alpha.96 " ,
3
+ "version" : " 4.0.1-alpha.97 " ,
4
4
"private" : false ,
5
5
"description" : " Selenium IDE electron app" ,
6
6
"author" : " Todd <tarsitodd@gmail.com>" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ export default class SystemController extends BaseController {
50
50
if ( this . isDown ) {
51
51
// If automated, assume we already have a chromedriver process running
52
52
if ( ! isAutomated ) {
53
- this . checkForUpdates ( )
53
+ // Just don't do this until we have CSC unfortunately
54
+ // this.checkForUpdates()
54
55
const startupError = await this . session . driver . startProcess (
55
56
this . session . store . get ( 'browserInfo' )
56
57
)
You can’t perform that action at this time.
0 commit comments