We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99f800 commit a2ac848Copy full SHA for a2ac848
ProjectVG.Api/Services/TestClientLauncher.cs
@@ -4,7 +4,7 @@ public class TestClientLauncher
4
{
5
public void Launch()
6
7
- Task.Delay(1000).ContinueWith(_ => {
+ _ = Task.Delay(1000).ContinueWith(_ => {
8
try
9
10
var htmlPath = Path.Combine(Directory.GetCurrentDirectory(), "..", "test-clients", "test-client.html");
0 commit comments