Skip to content

Commit 1894ab5

Browse files
committed
Use quit! command instead of kill! command
1 parent 974477c commit 1894ab5

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
@@ -489,7 +489,7 @@ def process
489489
id: SecureRandom.hex
490490
when 'Runtime.terminateExecution'
491491
send_response req
492-
@q_msg << 'kill!'
492+
@q_msg << 'quit!'
493493
pause unless SESSION.in_subsession?
494494
when 'Page.startScreencast', 'Emulation.setTouchEmulationEnabled', 'Emulation.setEmitTouchEventsForMouse',
495495
'Runtime.compileScript', 'Page.getResourceContent', 'Overlay.setPausedInDebuggerMessage',

0 commit comments

Comments
 (0)