Closed ongaeshi closed 5 years ago
Errno::ENOENT
Errno::EINVAL
以下のようにパッチを当ててスキップするとよさそう。
milkode-1.8.9\lib\milkode\database> Comparing files updater.rb.org and UPDATER.RB ***** updater.rb.org 216: when "directory" 217: searchDirectory(dirname, packname, next_path, depth + 1) 218: when "file" ***** UPDATER.RB 216: when "directory" 217: begin 218: searchDirectory(dirname, packname, next_path, depth + 1) 219: rescue 220: alert("warning", "Failed to searchDirectory - #{fpath}") 221: end 222: when "file" *****
Errno::ENOENT
が発生することがあるErrno::EINVAL
が発生することもある以下のようにパッチを当ててスキップするとよさそう。