Skip to content

Commit

Permalink
fix: PromptManager#prompt should be public
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Oct 3, 2024
1 parent db52307 commit 8b88568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ export class Prompt {
}

export class PromptManager extends ManagerTool {
private prompt: Prompt;
public prompt: Prompt;
/**
* Save the commands registered from this manager
*/
Expand Down

0 comments on commit 8b88568

Please sign in to comment.