mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-21 06:19:56 +00:00
Fix #33
This commit is contained in:
parent
96ca228d49
commit
2220473c22
1 changed files with 2 additions and 0 deletions
|
|
@ -389,6 +389,8 @@ module Script
|
|||
end
|
||||
rescue Errno::EACCES => e
|
||||
#this probably means the clover.exe already exists and is running, so no need to create it again
|
||||
rescue Errno::EEXIST => e
|
||||
#this means that the journal file already exists, so no need to create it again
|
||||
end
|
||||
if File.exists?("README.txt")
|
||||
File.open("README.txt", "rb") do |input|
|
||||
|
|
|
|||
Loading…
Reference in a new issue