Skip to content

Commit

Permalink
fix: add missing line break in input prompt handling
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfreund committed Jan 20, 2025
1 parent 8838d46 commit 44232f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/prompt/base/input.prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export class InputPrompt {
return true;
}
: undefined;

return task.prompt(ListrInquirerPromptAdapter).run(input, {
message,
default: defaultValue,
Expand Down

0 comments on commit 44232f9

Please sign in to comment.