Skip to content

Commit 2448fed

Browse files
committed
na
1 parent 48e4cd9 commit 2448fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ ConsoleAppFramework handle terminate signal(Ctrl+C) gracefully with `ConsoleAppC
11311131

11321132
```csharp
11331133
// case of Console.Read/ReadLine, pressed Ctrl+C, Read returns null.
1134-
ConsoleApp.Run(args, async (ConsoleAppContext ctx) =>
1134+
ConsoleApp.Run(args, (ConsoleAppContext ctx) =>
11351135
{
11361136
var read = Console.ReadLine();
11371137
if (read == null) ctx.Terminate();

0 commit comments

Comments
 (0)