lib/mizuno/reloader.rb in mizuno-0.6.4 vs lib/mizuno/reloader.rb in mizuno-0.6.5

- old
+ new

@@ -139,10 +139,10 @@ def mtime(file) begin return unless file stat = File.stat(file) stat.file? ? stat.mtime.to_i : nil - rescue Errno::ENOENT, Errno::ENOTDIR + rescue Errno::ENOENT, Errno::ENOTDIR, Errno::ESRCH nil end end end end