Skip to content

Commit c3878d7

Browse files
committed
fix #919
1 parent cc36494 commit c3878d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts/src/forkedBenchmarkRunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ export async function performBenchmark(frameworks: FrameworkData[], keyed: boole
504504
return errorAndWarnings;
505505
}
506506

507-
process.on('message', (msg) => {
507+
process.on('message', (msg:any) => {
508508
config = msg.config;
509509
console.log("START BENCHMARK. Write results? ", config.WRITE_RESULTS);
510510
// if (config.LOG_DEBUG) console.log("child process got message", msg);

0 commit comments

Comments
 (0)