Should resuce nil as well

unstable
Tod Beardsley 2012-09-10 08:59:37 -05:00
parent 1facfcf6d9
commit cf98f52036
1 changed files with 1 additions and 1 deletions

View File

@ -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
#