Skip to content

Commit

Permalink
try to fix kill fsevent process
Browse files Browse the repository at this point in the history
  • Loading branch information
tka committed Dec 13, 2012
1 parent b83c1fb commit ece6b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/tray.rb
Expand Up @@ -676,7 +676,7 @@ def stop_watch
@tray_item.image = @standby_icon
SimpleLivereload.instance.unwatch if defined?(SimpleLivereload)
SimpleHTTPServer.instance.stop if defined?(SimpleHTTPServer)
FSEvent.stop_all_instances if Object.const_defined?("FSEvent") && FSEvent.methods.include?("stop_all_instances")
FSEvent.stop_all_instances if Object.const_defined?("FSEvent") && FSEvent.methods.include?(:stop_all_instances)
end

end
Expand Down

0 comments on commit ece6b8b

Please sign in to comment.