Skip to content

Commit

Permalink
Fix frameId type (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer authored May 16, 2022
1 parent b42f50a commit 9dcbd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3874,7 +3874,7 @@ export type InlineValueContext = {
/**
* The stack frame (as a DAP Id) where the execution has stopped.
*/
frameId: number;
frameId: integer;

/**
* The document range where execution has stopped.
Expand Down

0 comments on commit 9dcbd9d

Please sign in to comment.