Skip to content

Commit

Permalink
fix: aaah
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobparis committed Dec 17, 2024
1 parent d3d4230 commit 9e3739f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/prompts/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface PromptOptions<Self extends Prompt> {
debug?: boolean;
signal?: AbortSignal;
}

// aaah
export default class Prompt {
protected input: Readable;
protected output: Writable;
Expand Down

0 comments on commit 9e3739f

Please sign in to comment.