Skip to content

Commit

Permalink
Use SystemCallError vs Errno::EROFS
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Apr 27, 2021
1 parent 4d1a410 commit 4ccccfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootsnap/load_path_cache/store.rb
Expand Up @@ -91,7 +91,7 @@ def dump_data
FileUtils.mv(tmp, @store_path)
rescue Errno::EEXIST
retry
rescue Errno::EROFS
rescue SystemCallError
end
end
end
Expand Down

0 comments on commit 4ccccfc

Please sign in to comment.