Skip to content

Commit d5f6497

Browse files
committed
debug
1 parent af9ef5c commit d5f6497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/debug/server_cdp.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ def send **msg
419419

420420
def extract_data
421421
first_group = @sock.getbyte
422+
raise Detach if first_group == nil
422423
fin = first_group & 0b10000000 != 128
423424
raise 'Unsupported' if fin
424425

0 commit comments

Comments
 (0)