Skip to content

Commit ecebe71

Browse files
committed
fix
1 parent d5f6497 commit ecebe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/debug/server_cdp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def process
490490
id: SecureRandom.hex
491491
when 'Runtime.terminateExecution'
492492
send_response req
493-
@q_msg << 'quit!'
493+
@q_msg << 'q!'
494494
pause unless SESSION.in_subsession?
495495
when 'Page.startScreencast', 'Emulation.setTouchEmulationEnabled', 'Emulation.setEmitTouchEventsForMouse',
496496
'Runtime.compileScript', 'Page.getResourceContent', 'Overlay.setPausedInDebuggerMessage',

0 commit comments

Comments
 (0)