Skip to content

Commit 12a087e

Browse files
committed
fix runner appConfig WIP
1 parent 96985e6 commit 12a087e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runner/src/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export class Runner<X extends AppConfig> implements IComponent {
356356

357357
this.sendHandshakeMessage();
358358

359-
const { appConfig, args } = await this.waitForHandshakeResponse();
359+
const { args, appConfig } = this.runnerConnectInfo;
360360

361361
this.logger.debug("Handshake received", appConfig, args);
362362

0 commit comments

Comments
 (0)