Skip to content

Commit

Permalink
Fix getName error (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma authored Oct 20, 2020
1 parent be8eac6 commit 4a607c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tekton/pipelinerun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export class PipelineRun extends TektonItem {
}

static async showDiagram(item: TektonNode): Promise<void> {
if (!item) return null;
await showPipelineRunPreview(item.getName());
}
}

0 comments on commit 4a607c6

Please sign in to comment.