Skip to content

Commit 6b9eab5

Browse files
authored
Merge pull request ruby#729 from stackmystack/dap/typo
Fix typo on dap failed request
2 parents 4b50fc6 + 1d415f2 commit 6b9eab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/debug/server_dap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def recv_request
263263

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

269269
case req['command']

0 commit comments

Comments
 (0)