Should resuce nil as well
parent
1facfcf6d9
commit
cf98f52036
|
@ -324,7 +324,7 @@ class Console::CommandDispatcher::Stdapi::Fs
|
|||
end
|
||||
|
||||
# Get rid of that pesky temporary file
|
||||
::File.delete(temp_path)
|
||||
::File.delete(temp_path) rescue nil
|
||||
end
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue