Skip to content

Commit

Permalink
Clean up the event handler in the adpater.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashgti committed Jan 12, 2023
1 parent 6551cf3 commit e7259f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adapter/src/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ export class ProtocolServer extends ee.EventEmitter implements VSCodeDebugAdapte
this._pendingRequests.delete(response.request_seq);
clb(response);
}
} else if (msg.type === 'event') {
this._emitEvent(<DebugProtocol.Event>msg)
}
}

Expand Down

0 comments on commit e7259f7

Please sign in to comment.