Skip to content

Commit

Permalink
Merge pull request #729 from stackmystack/dap/typo
Browse files Browse the repository at this point in the history
Fix typo on dap failed request
  • Loading branch information
hsbt authored Jul 25, 2022
2 parents 4b50fc6 + 1d415f2 commit 6b9eab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debug/server_dap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def recv_request

def process
while req = recv_request
raise "not a request: #{req.inpsect}" unless req['type'] == 'request'
raise "not a request: #{req.inspect}" unless req['type'] == 'request'
args = req.dig('arguments')

case req['command']
Expand Down

0 comments on commit 6b9eab5

Please sign in to comment.