Fix #33
This commit is contained in:
parent
96ca228d49
commit
2220473c22
|
|
@ -389,6 +389,8 @@ module Script
|
||||||
end
|
end
|
||||||
rescue Errno::EACCES => e
|
rescue Errno::EACCES => e
|
||||||
#this probably means the clover.exe already exists and is running, so no need to create it again
|
#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
|
end
|
||||||
if File.exists?("README.txt")
|
if File.exists?("README.txt")
|
||||||
File.open("README.txt", "rb") do |input|
|
File.open("README.txt", "rb") do |input|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue