Skip to content

Commit

Permalink
Fix bad escape in debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Jun 11, 2020
1 parent 55c288b commit 80cc5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnalysisPrograms/Production/MainEntryUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ internal static void AttachDebugger(DebugOptions options)
{
var prompt =
$@"Do you wish to debug?
\tAttach now or press [Y] and [ENTER] to attach. Press [N] or [ENTER] to continue.
Attach now or press [Y] and [ENTER] to attach. Press [N] or [ENTER] to continue.
See {Meta.GetDocsUrl("debugging.md")} for help.";

var response = Prompt.GetYesNo(
Expand Down

0 comments on commit 80cc5a4

Please sign in to comment.