Skip to content

Commit d39826c

Browse files
committed
minor fix, 1 more ogging
1 parent 72e3281 commit d39826c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function launchBrowser(browser, url) {
136136
});
137137
}
138138

139-
function launchBrowsers(config, browser) {
139+
var launchBrowsers = function(config, browser) {
140140
setTimeout(function () {
141141
if(Object.prototype.toString.call(config.test_path) === '[object Array]'){
142142
config.test_path.forEach(function(path){

0 commit comments

Comments
 (0)