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

Commit 2ececd6

Browse files
author
Matt Loring
committed
Give proper type to execState
1 parent 3fcc8fa commit 2ececd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/v8debugapi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ module.exports.create = function(logger_, config_, fileStats_) {
453453

454454
/**
455455
* @param {Debug.DebugEvent} evt
456-
* @param {TODO} execState
457-
* @param {Debug.BreakEvent} eventData
456+
* @param {Debug#ExecutionState} execState
457+
* @param {Debug#BreakEvent} eventData
458458
*/
459459
function handleDebugEvents(evt, execState, eventData) {
460460
switch (evt) {

0 commit comments

Comments
 (0)