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 af9ef5c commit d5f6497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/debug/server_cdp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def send **msg

def extract_data
first_group = @sock.getbyte
raise Detach if first_group == nil
fin = first_group & 0b10000000 != 128
raise 'Unsupported' if fin

Expand Down

0 comments on commit d5f6497

Please sign in to comment.