File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ class Browser {
1515 this . id = id
1616 this . fullName = fullName
1717 this . name = helper . browserFullNameToShort ( fullName )
18- this . state = CONNECTED
1918 this . lastResult = new BrowserResult ( )
2019 this . disconnectsCount = 0
2120 this . activeSockets = [ socket ]
@@ -30,6 +29,7 @@ class Browser {
3029
3130 this . noActivityTimeoutId = null
3231 this . pendingDisconnect = null
32+ this . setState ( CONNECTED )
3333 }
3434
3535 init ( ) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const _ = require('lodash')
1010const File = require ( './file' )
1111const Url = require ( './url' )
1212const helper = require ( './helper' )
13- const log = require ( './logger' ) . create ( 'watcher ' )
13+ const log = require ( './logger' ) . create ( 'filelist ' )
1414const createPatternObject = require ( './config' ) . createPatternObject
1515
1616class FileList {
You can’t perform that action at this time.
0 commit comments