Skip to content

Commit

Permalink
doh. just catch all exceptions while scanning processes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Sep 7, 2011
1 parent e663268 commit b3ebd01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/process_util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ def scan_processes_linux
next
rescue Errno::ENOENT => e
next
rescue Exception => e
next
end
end

Expand Down

0 comments on commit b3ebd01

Please sign in to comment.