Skip to content

Commit

Permalink
Kill process with "KILL" rather than "HUP" signal, should resolved ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed Oct 23, 2010
1 parent da764cf commit fe917d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rb-fsevent/fsevent.rb
Expand Up @@ -12,7 +12,7 @@ def run
end

def stop
Process.kill("HUP", pipe.pid) if pipe
Process.kill("KILL", pipe.pid) if pipe
end

private
Expand Down

0 comments on commit fe917d0

Please sign in to comment.