Skip to content

Commit

Permalink
Fix typo on dap failed request
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed Jul 24, 2022
1 parent 4b50fc6 commit 1d415f2
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 1d415f2

Please sign in to comment.