Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 939e2c4

Browse files
JustinGroteSeeminglyScience
andauthoredNov 26, 2024··
Update src/PowerShellEditorServices/Services/DebugAdapter/Handlers/StackTraceHandler.cs
Co-authored-by: Patrick Meinecke <SeeminglyScience@users.noreply.github.com>
1 parent f052fa5 commit 939e2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/PowerShellEditorServices/Services/DebugAdapter/Handlers/StackTraceHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public async Task<StackTraceResponse> Handle(StackTraceArguments request, Cancel
5252
await debugService.StackFramesAndVariablesFetched.ConfigureAwait(false);
5353

5454
StackFrameDetails[] stackFrameDetails = await debugService.GetStackFramesAsync(cancellationToken)
55-
.ConfigureAwait(false);
55+
.ConfigureAwait(false);
5656

5757
// Handle a rare race condition where the adapter requests stack frames before they've
5858
// begun building.

0 commit comments

Comments
 (0)
Please sign in to comment.