Skip to content

Commit

Permalink
Merge branch 'main' into pokey/release-0290
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey authored Aug 2, 2024
2 parents acdc747 + ffda886 commit d2ac2ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cursorless-tutorial/src/TutorialImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ export class TutorialImpl implements Tutorial, CommandRunnerDecorator {
stepContent: tutorialContent.steps[this.state_.stepNumber].content,
},
);

await this.checkPreconditions();
}

private getRawTutorial(tutorialId: string) {
Expand Down

0 comments on commit d2ac2ef

Please sign in to comment.