Skip to content

Commit

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

0 comments on commit ecebe71

Please sign in to comment.