Skip to content

Commit cc2e2a1

Browse files
Update src/PowerShellEditorServices/Services/DebugAdapter/Handlers/StackTraceHandler.cs
Co-authored-by: Andy Jordan <[email protected]>
1 parent ff0262d commit cc2e2a1

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
@@ -39,7 +39,7 @@ public async Task<StackTraceResponse> Handle(StackTraceArguments request, Cancel
3939

4040
StackFrame breakpointLabel = CreateBreakpointLabel(invocationInfo);
4141

42-
if (skip == 0 && take == 1) // This indicates the client is doing an initial fetch, so we want to return quickly to unblock the UI and wait on the remaining stack frames for the susequent requests.
42+
if (skip == 0 && take == 1) // This indicates the client is doing an initial fetch, so we want to return quickly to unblock the UI and wait on the remaining stack frames for the subsequent requests.
4343
{
4444
return new StackTraceResponse()
4545
{

0 commit comments

Comments
 (0)