Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tylenda committed Mar 12, 2024
1 parent 999a64e commit 5abe14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapters/src/kubernetes-instance-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ IComponent {
await this.timeout(ms);
await this.kubeClient.deletePod(this._runnerName, 2)
.catch(e => {
this.logger.error("Error deleting pod", this._runnerName);
this.logger.error("Error deleting pod: ", e, this._runnerName);
});

this._runnerName = undefined;
Expand Down

0 comments on commit 5abe14b

Please sign in to comment.