Skip to content

Commit 939e2c4

Browse files
Update src/PowerShellEditorServices/Services/DebugAdapter/Handlers/StackTraceHandler.cs
Co-authored-by: Patrick Meinecke <[email protected]>
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)