Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Return type for evaluation result, for microsoft/vscode#35324
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Oct 27, 2017
1 parent 1b2b6ad commit 698dbd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chrome/chromeDebugAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,8 @@ export abstract class ChromeDebugAdapter implements IDebugAdapter {
result: variable.value,
variablesReference: variable.variablesReference,
indexedVariables: variable.indexedVariables,
namedVariables: variable.namedVariables
namedVariables: variable.namedVariables,
type: variable.type
};
}

Expand Down

0 comments on commit 698dbd2

Please sign in to comment.