Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Give proper type to execState
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Loring committed Jan 15, 2016
1 parent 3fcc8fa commit 2ececd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/v8debugapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ module.exports.create = function(logger_, config_, fileStats_) {

/**
* @param {Debug.DebugEvent} evt
* @param {TODO} execState
* @param {Debug.BreakEvent} eventData
* @param {Debug#ExecutionState} execState
* @param {Debug#BreakEvent} eventData
*/
function handleDebugEvents(evt, execState, eventData) {
switch (evt) {
Expand Down

0 comments on commit 2ececd6

Please sign in to comment.