Skip to content

Commit

Permalink
Fix ffi clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanp committed Mar 29, 2023
1 parent 7ff3b78 commit 89551cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ffi/Rakefile
Expand Up @@ -16,6 +16,8 @@ task :clean do
[
"./lib/llhttp/llhttp_ext.bundle"
].each do |file|
next unless File.exist?(file)

FileUtils.rm(file)
end
end
Expand Down

0 comments on commit 89551cd

Please sign in to comment.