We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96985e6 commit 12a087eCopy full SHA for 12a087e
packages/runner/src/runner.ts
@@ -356,7 +356,7 @@ export class Runner<X extends AppConfig> implements IComponent {
356
357
this.sendHandshakeMessage();
358
359
- const { appConfig, args } = await this.waitForHandshakeResponse();
+ const { args, appConfig } = this.runnerConnectInfo;
360
361
this.logger.debug("Handshake received", appConfig, args);
362
0 commit comments