Skip to content

Commit

Permalink
Use quit! command instead of kill! command
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Jan 29, 2024
1 parent 974477c commit 1894ab5
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 @@ -489,7 +489,7 @@ def process
id: SecureRandom.hex
when 'Runtime.terminateExecution'
send_response req
@q_msg << 'kill!'
@q_msg << 'quit!'
pause unless SESSION.in_subsession?
when 'Page.startScreencast', 'Emulation.setTouchEmulationEnabled', 'Emulation.setEmitTouchEventsForMouse',
'Runtime.compileScript', 'Page.getResourceContent', 'Overlay.setPausedInDebuggerMessage',
Expand Down

0 comments on commit 1894ab5

Please sign in to comment.