File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,6 @@ var DetectBrowsers = function (config, logger) {
115115 availableBrowsers . push ( 'PhantomJS' ) ;
116116 }
117117
118- log . info ( 'The following browsers will be used:' , availableBrowsers ) ;
119-
120118 if ( config . detectBrowsers . postDetection && typeof config . detectBrowsers . postDetection === 'function' ) {
121119 //Add specific process to manage browsers list
122120 availableBrowsers = config . detectBrowsers . postDetection ( availableBrowsers ) ;
@@ -130,6 +128,7 @@ var DetectBrowsers = function (config, logger) {
130128 } )
131129 ) ;
132130 }
131+ log . info ( 'The following browsers will be used:' , config . browsers ) ;
133132 } else {
134133 log . warn ( 'No browsers were detected. The browsers of the browsers array are used.' ) ;
135134 }
You can’t perform that action at this time.
0 commit comments