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 c940e5b commit a4001b3Copy full SHA for a4001b3
test/PowerShellEditorServices.Test/Debugging/DebugServiceTests.cs
@@ -64,7 +64,7 @@ public void Dispose()
64
65
private void DebugService_DebuggerStopped(object sender, DebuggerStoppedEventArgs e)
66
{
67
- debuggerStoppedQueue.Add(e);
+ _ = Task.Run(() => debuggerStoppedQueue.Add(e));
68
}
69
70
private ScriptFile GetDebugScript(string fileName)
0 commit comments