Skip to content

Commit 32ee53b

Browse files
Naoto Onoko1
authored andcommitted
Call "cleanup_reader" method in "UI_ServerBase" class when CDP exits
1 parent 7eb702d commit 32ee53b

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
@@ -496,6 +496,7 @@ def deactivate_bp
496496
end
497497

498498
def cleanup_reader
499+
super
499500
Process.kill :KILL, @chrome_pid if @chrome_pid
500501
end
501502

0 commit comments

Comments
 (0)