Skip to content

Commit

Permalink
Fix(inquirer): Fix close method not required on PromptConstructor (ty…
Browse files Browse the repository at this point in the history
…pescript)
  • Loading branch information
SBoudrias committed Jul 17, 2024
1 parent eb7a658 commit 3272b94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/inquirer/src/ui/prompt.mts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ export interface PromptBase {
* The result of the prompt.
*/
run(): Promise<any>;

close(): void;
}

/**
Expand Down

0 comments on commit 3272b94

Please sign in to comment.