Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9bd876f

Browse files
mstyuralatkin
authored andcommitted
Fixed prompt message when --pause compiler switch is used
fixesdotnet#445closesdotnet#447
1 parentca74259 commit9bd876f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/fsharp/fscopts.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ let ReportTime (tcConfig:TcConfig) descr =
761761
| None->()
762762
| Some prevDescr->
763763
if tcConfig.pausethen
764-
dprintf"[done '%s', entering '%s'] pressany key..." prevDescr descr;
764+
dprintf"[done '%s', entering '%s'] press<enter> to continue..." prevDescr descr;
765765
System.Console.ReadLine()|> ignore;
766766
// Intentionally putting this right after the pause so a debugger can be attached.
767767
match tcConfig.simulateExceptionwith

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp