Skip to content

Commit

Permalink
fix runner appConfig WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrek6641 committed Sep 25, 2023
1 parent 96985e6 commit 12a087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runner/src/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export class Runner<X extends AppConfig> implements IComponent {

this.sendHandshakeMessage();

const { appConfig, args } = await this.waitForHandshakeResponse();
const { args, appConfig } = this.runnerConnectInfo;

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

Expand Down

0 comments on commit 12a087e

Please sign in to comment.