We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c4592 commit 07786b3Copy full SHA for 07786b3
lib/browserstack/local.rb
@@ -93,7 +93,7 @@ def isRunning
93
94
def stop
95
return if @pid.nil?
96
- Process.kill("KILL", @pid)
+ Process.kill("INT", @pid)
97
@process.close
98
while true
99
break if !self.isRunning
0 commit comments