Skip to content

Commit a009a14

Browse files
committed
fix non forked run
1 parent 976452e commit a009a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webdriver-ts/src/forkedBenchmarkRunner.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ const chromeLauncher = require('chrome-launcher');
77

88
import * as fs from 'fs';
99
import * as path from 'path';
10-
import {TConfig, JSONResult, FrameworkData, BenchmarkError, ErrorsAndWarning, BenchmarkOptions, BenchmarkDriverOptions} from './common'
10+
import {TConfig, config as defaultConfig, JSONResult, FrameworkData, BenchmarkError, ErrorsAndWarning, BenchmarkOptions, BenchmarkDriverOptions} from './common'
1111
import * as R from 'ramda';
1212

13-
let config:TConfig = null;
13+
let config:TConfig = defaultConfig;
1414

1515
// necessary to launch without specifiying a path
1616
var chromedriver:any = require('chromedriver');

0 commit comments

Comments
 (0)