Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Jan 29, 2024
1 parent 732f9bb commit bff33bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debug/server_cdp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def extract_data
first_group = @sock.getbyte
opcode = first_group & 0b00001111
raise Detach if opcode == 8
raise "Unsupported: #{opcode}" unless opcode == 1
raise "Unsupported: #{opcode} #{first_group}" unless opcode == 1

fin = first_group & 0b10000000 != 128
raise 'Unsupported' if fin
Expand Down

0 comments on commit bff33bb

Please sign in to comment.