Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Jul 15, 2024
2 parents 546bdae + 338ed1c commit 11408b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/resource-rental/resource-rental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ export class ResourceRental {
) {
this.networkNode = this.resourceRentalOptions?.networkNode;

this.createExeUnit(this.abortController.signal);
this.createExeUnit(this.abortController.signal).catch((error) =>
this.logger.debug(`Failed to automatically create the exe unit during resource rental initialization`, { error }),
);
// TODO: Listen to agreement events to know when it goes down due to provider closing it!
}

Expand Down

0 comments on commit 11408b9

Please sign in to comment.