Skip to content

Commit

Permalink
fix(analysis): rawtext question #3483
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMehl committed Feb 28, 2025
1 parent e2674b1 commit 2df473a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ParserDialog {
)

val outputFileName: String = session.myPromptInput(
message = "xxWhat is the name of the output file?",
message = "What is the name of the output file?",
allowEmptyInput = true,
onInputReady = testCallback()
)
Expand Down

0 comments on commit 2df473a

Please sign in to comment.